{% extends 'AKSubmission/submission_base.html' %} {% load tz %} {% load i18n %} {% load fontawesome_5 %} {% load tags_AKSubmission %} {% load tags_AKModel %} {% block title %}{% trans "AKs" %}: {{ ak.event.name }} - {% trans "AK" %}: {{ ak.name }}{% endblock %} {% block breadcrumbs %} {% include "AKSubmission/submission_breadcrumbs.html" %}
{% trans "Name" %} | {% trans 'Category' %} | {% trans 'Track' %} | {% trans 'Time' %} |
---|---|---|---|
{{ h.name }} {% if h.present %} {% fa5_icon "bullhorn" 'fas' %} {% endif %} {% if h.reso %} {% fa5_icon "scroll" 'fas' %} {% endif %} | {% category_linked_badge h.category event.slug %} | {{ h.track }} | {{ h.history_date | timezone:ak.event.timezone | date:"Y-m-d H:i:s" }} |
{{ h.description }} |