{% extends "editors/themes/base.html" %} {% block breadcrumbs %} {{ editors_breadcrumbs(items=[(None, _('Deleted Themes'))]) }} {% endblock %} {% block content %} {% include "editors/themes/includes/logs_filter_deleted.html" %} {{ macros.tabnav('logs', tab, logs_tabnav_themes() ) }}
{% if pager.object_list %} {% for addon in pager.object_list %} {% endfor %}
{{ _('Date Deleted') }} {{ _('Theme') }} {{ _('Artist') }}
{{ addon.modified|babel_datetime }} {{ addon.name }} {% if addon.authors.exists() %} {{ emaillink(addon.authors.all()[0].email) }} {% endif %}
{% else %}

{{ _('No deleted themes found for this period.') }}

{% endif %} {% if pager.has_other_pages() %} {{ pager|impala_paginator }} {% endif %}
{% endblock %}