{% extends 'secrets/secret_detail.html' %} {% load i18n %} {% block secret_content %}
 {% trans "Download" %}  
{% endblock %} {% block secret_attributes %} {% if secret.description %}
{% trans "Description" %} {{ secret.description|linebreaksbr|urlize }}
{% endif %} {% endblock %}