{% load i18n %}
{% translate "Creator:" %} {{ link.creator.profile.main_character.character_name }}
{% translate "Link Created (Eve Time):" %} {{ link.afattime| date:"d. F Y H:i" }} {% if link_expires %}
{% if link_ongoing %} {% translate "Link Expires (Eve Time):" %} {% else %} {% translate "Link Expired (Eve Time):" %} {% endif %} {{ link_expires| date:"d. F Y H:i" }} {% endif %} {% if link.is_esilink %}
{% translate 'Participation has been tracked via ESI' %} {% endif %}
{% if link_ongoing %}

Link: {{ request.scheme }}://{{ request.get_host }}{% url 'afat:fatlinks_add_fat' link.hash %}

{% endif %} {% if link_can_be_reopened and perms.afat.manage_afat %}

{% blocktranslate with reopen_grace_time=reopen_grace_time %}This link has already expired but is within the grace time of {{ reopen_grace_time }} minutes where it can be re-opened.{% endblocktranslate %}

{% translate "Re-Open Fat Link" as translated_title %} {% include 'afat/modals/general.html' with modal_name='reopenFatLink' modal_title=translated_title confirm_button_class='btn-success' %} {% endif %}