{% 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" %} {% endblock %} {% block content %} {% include "messages.html" %}
{% fa5_icon 'arrow-circle-left' 'fas' %}

{% if ak.wish %}{% trans "AK Wish" %}: {% endif %}{{ ak.name }} ({% trans 'History' %})

{% for h in ak.history.all %} {% endfor %}
{% 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 }}
{% endblock %}