{% extends "wagtailadmin/base.html" %} {% load i18n static wagtailimages_tags wagtailadmin_tags %} {% block titletag %}{% trans "Images" %} - {{ year }}/{{ slug|default:_("uncategorized") }}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %}

{{ year }}/{{ slug|default:_("uncategorized") }} {{ total_count }}

⬅ {% trans "Back" %}
{% trans "Selected:" %} 0

{% trans "Drop images here" %}

{% trans "Images will be uploaded to:" %} {{ year }}/{{ slug|default:_("uncategorized") }}

{% if images %}
{% for image in images %} {% include "wagtail_image_directories/_image_card.html" with image=image %} {% endfor %}
{% else %}

{% trans "No images in this directory yet. Drag files into the box above or click 'Choose files'." %}

{% endif %}
{% endblock content %}