{% extends "packages/package_base.html" %} {% block title %} {{ _("Edit release") }} - {{ package.title }} {% endblock %} {% block content %}
{{ _("Name") }}: {{ release.name }} {{ _("Title") }}: {{ release.title }}
{{ _("Maximum must be greater than or equal to the minimum!") }}
{% set last = form.max_rel | last_it %} {{ _("Are you sure your package doesn't work on versions after %(version)s?", version=last.label) }} {{ _("Only set the maximum version if you know that it doesn't work on newer Minetest versions.") }} {{ _("Don't set the maximum version just because you haven't tested it on newer versions.") }}
{{ _("Set the minimum and maximum Minetest versions supported. This release will be hidden to clients outside of that range. ") }} {{ _("Leave both as None if in doubt.") }} {{ _("You can set this automatically in the .conf of your package.") }}
{{ render_submit_field(form.submit) }}