{% extends "page.html" %} {% block subtitle %}{{ c.group_dict.display_name }}{% endblock %} {% block breadcrumb_content %}
{{ h.markdown_extract(c.group_dict.description, 180) }} {% link_for _('read more'), controller='group', action='about', id=c.group_dict.name %}
{% else %}{{ _('There is no description for this group') }}
{% endif %}