{% extends "admin/base_site.html" %} {% load tags_AKModel %} {% load i18n %} {% load tz %} {% load fontawesome_6 %} {% block title %}{% trans "AKs by Owner" %}: {{owner}}{% endblock %} {% block content %} {% timezone event.timezone %}
{{ ak }} | {% if "AKSubmission"|check_app_installed %}{% fa6_icon 'info' 'fas' %} {% if event.active %} {% fa6_icon 'pencil-alt' 'fas' %} {% endif %} {% endif %} |
{% trans "This user does not have any AKs currently" %} |