# Django Components People Django Components has reached its current form thanks to the passion and efforts of its outstanding contributors and maintainers. ## Maintainers These are the maintainers who play a key role in keeping Django Components running. {% if people.maintainers %}
{% for user in people.maintainers %}
@{{ user.login }}
{% endfor %}
{% endif %} ## Contributors These are the individual contributors who help make Django Components better for everyone. {% if people.contributors %}
{% for user in people.contributors %}
@{{ user.login }}
Contributions: {{ user.count }}
{% endfor %}
{% endif %}