{% extends "base.html" %} {% block title %} {{ _("Bulk Change Releases") }} - {{ package.title }} {% endblock %} {% block content %}
{{ _("Use this page to set the min and max of all releases for your package.") }}
{% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %} {% endblock %} {% block scriptextra %} {% endblock %}