{% extends "package/base.html" %} {% load url from future %} {% load i18n %} {% load crispy_forms_tags %} {% block head_title %}{{ action|title }} {% trans "package" %}{% endblock %} {% block body %}

{% trans "home" %} / {% trans "packages" %} / {{ action|title }} {% trans "package" %}

{% blocktrans %}The easiest way to use this form is to simply enter the package repo URL into the repo URL field. {{ SITE_TITLE }} then does it's best to figure out the title, slug, and then fills in the appropriate fields for you.{% endblocktrans %}

{{ form.errors }} {% csrf_token %}
{{ form|crispy }}
{% endblock %} {% block extra_body %} {% endblock %}