{% extends "page.html" %} {% block subtitle %}{{ c.group_dict.display_name }} - {{ _('Organizations') }}{% endblock %} {% block breadcrumb_content %}
{{ h.markdown_extract(c.group_dict.description) }}
{% else %}{{ _('There is no description for this organization') }}
{% endif %} {% endblock %} {% block secondary_content %} {% block organization_facets %}{% endblock %} {% endblock %} {% block links %} {{ super() }} {% include "organization/snippets/feeds.html" %} {% endblock %}