{% extends "base.html" %} {% block title %} {{ _("Create a release") }} - {{ package.title }} {% endblock %} {% block content %}
{{ _("Settings") }} {% if package.update_config.make_release %} {{ _("You have automatic releases enabled.") }} {% else %} {{ _("You have Git update notifications enabled.") }} {{ _("You can enable automatic updates in the update settings.") }} {% endif %}
{% else %}{% if package.repo %} {{ _("Set up") }} {{ _("You can create releases automatically when you push commits or tags to your repository.") }} {% else %} {{ _("Add Git repo") }} {{ _("Using Git would allow you to create releases automatically when you push code or tags.") }} {% endif %}
{% endif %} {% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %} {% endblock %} {% block scriptextra %} {% endblock %}