{% load i18n %}
{% csrf_token %}

 

{% translate "Creator:" %} {{ link.creator.profile.main_character.character_name }}
{% translate "Time:" %} {{ link.afattime }}
{% if link_ongoing %}

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

{% endif %}