{% extends "base_foundation.html" %} {% load i18n %} {% block og_title %}{% translate "Meet the Teams | Django Software Foundation" %}{% endblock %} {% block og_description %}{% spaceless %} {% blocktranslate trimmed %} Get to know the teams behind the Django Software Foundation, including the Steering Council and various committees. Learn about their roles and responsibilities in advancing the development and adoption of the Django web framework. {% endblocktranslate %} {% endspaceless %}{% endblock %} {% block content %}
{% url 'document-detail' lang='en' version='dev' url='internals/organization' host 'docs' as organization_url %} {% blocktranslate trimmed %} The following teams are groups of people who support the Django project and the Django Software Foundation. Apart from the Django Fellows, who are paid contractors, all of these contributors are volunteers. Most teams are distinct, contactable groups with their own set of goals. Some roles are also listed, such as Mergers and Releasers, which are individuals with elevated permissions rather than formal teams. For an overview of how the Django Project is organized and the principles that guide it, see the organization and principles page. {% endblocktranslate %}
{% for team in teams %}{{ team.description|safe }}