{% extends 'base.html' %} {% load i18n %} {% load fontawesome %} {% load tags_AKSubmission %} {% block title %}{{ ak.event.slug }} - {% trans "AK Submission" %} - {{ ak.slug }}{% endblock %} {% block breadcrumbs %}
{% 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 }}
{% trans "When?" %} | {% trans "Duration" %} | {% trans "Room" %} |
---|---|---|
{{ slot.start_simplified }} | {{ slot.duration }} | {{ slot.room }} |