{% extends "_base.html" %} {% block titlecontent %}{{ maintainer.name }} – {{ super() }} {% endblock titlecontent %} {% block bodycontent %}

Maintainer {{ maintainer.name }}

Maintained Python packages ({{ maintainer.packages | length }})

{% if comaintainers %}

Co-maintainers

{% endif %}
{% endblock bodycontent %}