{% load i18n %}
{% csrf_token %}

 

{% translate "Creator:" %} {{ link.creator.profile.main_character.character_name }}
{% translate "Eve Time:" %} {{ link.afattime| date:"d. F Y H:i" }}
{% if link_ongoing %}

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

{% endif %}