{% extends 'base.html' %} {% block header %}
{% block title %}Manage site assets{% endblock %}
{% endblock %} {% block content %}
Icons
{% if icon_storage|length > 0 %} {% for icon in icons %} {% endfor %}
If there are icons above that won't load, the file itself may be changed or removed

Delete links to missing icons from database

{% else %}
The database does not contain any moved/deleted icons!
{% endif %} {% if icon_storage|length > 0 %} {% for i in icon_storage %} {% endfor %}
These icons are not linked to any particular member but were found in the icons folder Delete files in the icons folder that have no link in the database
{% else %}
There are no images in the icons folder without a database link!
{% endif %}
Blinkies
Stamps
{% endblock %}