{% extends 'base.html' %} {% load i18n %} {% load fontawesome %} {% block title %}{{ ak.event.slug }} - {% trans "AK Submission" %} - {{ ak.slug }}{% endblock %} {% block breadcrumbs %}
{% trans "Who?" %} | {{ ak.owners_list }} |
{% trans 'Category' %} | {{ ak.category }} |
{% trans "Tags" %} | {% for tag in ak.tags.all %} {{ tag }} {% endfor %} |
{% trans "Reso?" %} | {% if ak.reso %} {% fontawesome_icon "check" %} {% else %} {% fontawesome_icon "times" %} {% endif %} |
{{ ak.description }}
{% trans "When?" %} | {% trans "Duration" %} | {% trans "Room" %} |
---|---|---|
{{ slot.start_simplified }} | {{ slot.duration }} | {{ slot.room }} |