{% extends 'AKSubmission/submission_base.html' %} {% load i18n %} {% load fontawesome_5 %} {% load tz %} {% load tags_AKSubmission %} {% load tags_AKModel %} {% block title %}{% trans "AKs" %}: {{ ak.event.name }} - {% trans "AK" %}: {{ ak.name }}{% endblock %} {% block meta %} {% endblock %} {% block breadcrumbs %} {% include "AKSubmission/submission_breadcrumbs.html" %}
{% trans "Who?" %} | {% include "AKSubmission/owners_list.html" with owners=ak.owners %} |
{% trans 'Category' %} | {% category_linked_badge ak.category ak.event.slug %} |
{% trans 'Track' %} | {{ ak.track }} |
{% trans "Present this AK" %} | {{ ak.present | bool_symbol }} |
{% trans "Tags" %} | {% tag_list ak.tags.all ak.event.slug %} |
{% trans "Reso intention?" %} | {{ ak.reso | bool_symbol }} |
{% trans "Requirements" %} | {% for requirement in ak.requirements.all %} {% if forloop.counter0 > 0 %} , {% endif %} {{ requirement }} {% endfor %} |
{% trans "Conflicting AKs" %} | {% include "AKSubmission/ak_linked_list_inline.html" with aks=ak.conflicts slug=ak.event.slug %} |
{% trans "Prerequisite AKs" %} | {% include "AKSubmission/ak_linked_list_inline.html" with aks=ak.prerequisites slug=ak.event.slug %} |
{% trans "Notes" %} | {{ ak.notes }} |
{{ ak.description|linebreaks }}
{% if 'AKPlan'|check_app_installed %} {% endif %}{% trans "When?" %} | {% endif %}{% trans "Duration" %} | {% if not ak.event.plan_hidden or user.is_staff %}{% trans "Room" %} | {% endif %}|
---|---|---|---|
{{ slot.time_simplified }} | {% endif %}{{ slot.duration_simplified }} | {% if not ak.event.plan_hidden or user.is_staff %}{% if slot.room %} {% if "AKPlan"|check_app_installed %} {{ slot.room }} {% else %} {{ slot.room }} {% endif %} {% else %} - {% endif %} | {% endif %}{% if not slot.start %} {% fa5_icon 'pencil-alt' 'fas' %} {% fa5_icon 'times' 'fas' %} {% else %} {% if "AKOnline"|check_app_installed and slot.room and slot.room.virtualroom and slot.room.virtualroom.url != '' %} {% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %} {% endif %} {% endif %} {% if user.is_staff %} {% fa5_icon 'stream' 'fas' %} {% endif %} |
{% trans "Start" %} | {% trans "End" %} |
---|---|
{{ a.start | timezone:event.timezone | date:"l H:i" }} | {{ a.end | timezone:event.timezone | date:"l H:i" }} |