{% load i18n %} {% load fontawesome_5 %} {% load tags_AKSubmission %}
{% trans "Name" %} | {% trans "Who?" %} | {% trans 'Category' %} | {% trans "Tags" %} | |
---|---|---|---|---|
{{ ak.name }} {% if ak.present %} {% fa5_icon "bullhorn" 'fas' %} {% endif %} {% if ak.reso %} {% fa5_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 %} | {% tag_list ak.tags.all event.slug %} | {% fa5_icon 'info' 'fas' %} {% if ak.link %} {% fa5_icon 'external-link-alt' 'fas' %} {% endif %} {% if event.active %} {% fa5_icon 'pencil-alt' 'fas' %} {% if interest_indication_active %} {% fa5_icon 'thumbs-up' 'fas' %} {% endif %} {% endif %} |
{{ ak.description|linebreaks }} | ||||
{% trans "There are no AKs in this category yet" %} |