{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %} Update action | PkgDB {% endblock %} {%block tag %}{% if tag %}{{ tag }}{% else %}admin{% endif %}{% endblock %} {% block content %} {% if package %}
As current admin of the package {{ package.name }} you have the possibility for 7 days to block a branch request for EPEL branches.
{% endif %} {% if tag %}During these 7 days, you can 'Block' the new branch process by setting the request to Blocked or 'Approve' it by setting it to Awaiting Review to inform admins that they can now review this request.
{% endblock %}