{% load i18n %}

{{ self.display_name }}

{% if self.description %}
{{ self.description|safe }}
{% endif %}