{% extends "partials/layout.html" %} {% block pageContent %}
{% include "partials/package-maintainer/proposal/details.html" %}
{% if utcnow >= voteinfo.End %}
{% include "partials/package-maintainer/proposal/voters.html" %}
{% endif %}
{% if error %} {{ error | tr }} {% else %} {% include "partials/package-maintainer/proposal/form.html" %} {% endif %}
{% endblock %}