{% extends "base.html" %} {% block title %} {{ _("Create a release") }} - {{ package.title }} {% endblock %} {% block content %}
{{ _("Settings") }} {{ _("You have automatic releases enabled") }}
{% 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 %}