{{ _('My Groups') }}
{% set groups = h.groups_available(am_member=True) %} {% if groups %}{{ _('You are not a member of any groups.') }} {% if h.check_access('group_create') %} {% link_for _('Create one now?'), controller='group', action='new' %} {% endif %}
{% endif %} {% endblock %}