{% extends "packages/package_base.html" %} {% block title %} {{ _("Edit Maintainers") }} {% endblock %} {% block content %}
{{ _("Maintainers are given write access to the package.") }} {{ _("Depending on their rank, they will be able to edit the package, create releases and screenshots, and read private threads.") }} {{ _("Maintainers cannot add or remove other maintainers, but can remove themselves.") }}
{% endblock %}