{% load i18n %} {% load promgen %}
Configuration
{% csrf_token %}
{% trans "Update Project" %} {% trans "Silence" %}
{% csrf_token %}
{% if project.description %}
{{project.description|linebreaksbr|urlize}}
{% endif %}