{# Renders a media item for a group. This should be used in a list. group - A group dict. first - Pass true if this is the first item in a row. last - Pass true if this is the last item in a row. Example:
{{ h.truncate(group.description, length=80, whole_word=True) }}
{% else %}{{ _('This group has no description') }}
{% endif %} {% if group.packages %} {{ ungettext('{num} Dataset', '{num} Datasets', group.packages).format(num=group.packages) }} {% else %} {{ _('0 Datasets') }} {% endif %}