{% block info %}
{% block inner %} {% block image %} {% endblock %} {% block heading %}

{{ h.get_translated(group, 'title') or group.display_name }} {% if group.state == 'deleted' %} [{{ _('Deleted') }}] {% endif %}

{% endblock %} {% block description %} {% if h.get_translated(group, 'description') %}

{{ h.markdown_extract(h.get_translated(group, 'description'), 180) }} {% link_for _('read more'), controller='group', action='about', id=group.name %}

{% endif %} {% endblock %} {% if show_nums %} {% block nums %}
{{ _('Followers') }}
{{ h.SI_number_span(group.num_followers) }}
{{ _('Datasets') }}
{{ h.SI_number_span(group.package_count) }}
{% endblock %} {% block follow %} {% endblock %} {% endif %} {% endblock %}
{% endblock %}