{% extends 'base.html' %} {% block title %}Images | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Images Image Gallery Upload Image All Categories Page Images Article Images Journal Covers Author Photos Other {{ images|length }} image{{ 's' if images|length != 1 else '' }} {% if images %} {% for image in images %} {{ image.title }} {{ image.category or 'other' }} {{ image.created_at.strftime('%b %d') }} {% endfor %} {% if pagination and pagination.pages > 1 %} {% if pagination.has_prev %} {% endif %} {% for page_num in pagination.iter_pages(left_edge=1, right_edge=1, left_current=2, right_current=2) %} {% if page_num %} {{ page_num }} {% else %} ... {% endif %} {% endfor %} {% if pagination.has_next %} {% endif %} {% endif %} {% else %} No images uploaded yet Upload First Image {% endif %}
No images uploaded yet
Are you sure you want to delete ""?
Any references to this image in content will be broken.