Temas
{% block groups_list %} {% if groups %} {% snippet "home/snippets/group_list.html", groups=groups %} {% else %}{{ _('There are currently no groups for this site') }}. {% if h.check_access('group_create') %} {% link_for _('How about creating one?'), controller='group', action='new' %}. {% endif %}
{% endif %} {% endblock %}