{% load i18n %} {% load fontawesome_6 %} {% load tags_AKSubmission %}
{% trans "Name" %} | {% trans "Who?" %} | {% trans 'Category' %} | {% if show_types %}{% trans 'Types' %} | {% endif %}|
---|---|---|---|---|
{{ ak.name }} {% if ak.present %} {% fa6_icon "bullhorn" 'fas' %} {% endif %} {% if ak.reso %} {% fa6_icon "scroll" 'fas' %} {% endif %} | {% if ak.wish %} {% trans "AK Wish" %} {% else %} {% include "AKSubmission/owners_list.html" with owners=ak.owners %} {% endif %} | {% category_linked_badge ak.category event.slug %} | {% if show_types %}{% for aktype in ak.types.all %} {{ aktype }} {% endfor %} | {% endif %}{% fa6_icon 'info' 'fas' %} {% if ak.link %} {% fa6_icon 'external-link-alt' 'fas' %} {% endif %} {% if event.active %} {% fa6_icon 'pencil-alt' 'fas' %} {% if interest_indication_active %} {% fa6_icon 'thumbs-up' 'fas' %} {% endif %} {% endif %} |
{{ ak.description|linebreaks }} | ||||
{% trans "There are no AKs in this category yet" %} |