{% extends "organization/read_base.html" %} {% block subtitle %}{{ _('About') }} - {{ c.group_dict.display_name }}{% endblock %} {% block primary_content_inner %}

{{ c.group_dict.display_name }}

{% if c.group_dict.description %} {{ h.render_markdown(c.group_dict.description) }} {% else %}

{{ _('There is no description for this organization') }}

{% endif %}
{% endblock %}