{% extends 'AKSubmission/submission_base.html' %} {% 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 "Who?" %} | {{ ak.owners_list }} |
{% trans 'Category' %} | {% category_linked_badge ak.category ak.event.slug %} |
{% trans "Present this AK" %} | {{ ak.present | bool_symbol }} |
{% trans "Tags" %} | {% tag_list ak.tags.all ak.event.slug %} |
{% trans "Reso?" %} | {{ ak.reso | bool_symbol }} |
{{ ak.description }}
{% if 'AKPlan'|check_app_installed %} {% endif %}{% trans "When?" %} | {% trans "Duration" %} | {% trans "Room" %} | |
---|---|---|---|
{{ slot.start_simplified }} | {{ slot.duration }} | {{ slot.room }} | {% if not slot.start %} {% fa5_icon 'pencil-alt' 'fas' %} {% fa5_icon 'times' 'fas' %} {% endif %} |