{% extends "base.html" %} {% block page_title %}{{ _('Group Listing') }}{% endblock %} {% block body_id %}group-index{% endblock %} {% block body_class %} {{ super() }} search-page {% endblock %} {% block content %}
{% block description %} {% trans %} Mozillians work on all sorts of different things! From Add-on developers to localizers, find Mozillians who work on similar things using user-created groups. {% endtrans %} {% endblock %}
{% with items=groups %} {% include 'includes/pagination.html' %} {% endwith %}