{% extends "package/base.html" %} {% load url from future %} {% load i18n %} {% load crispy_forms_tags %} {% block head_title %}{{ action|title }} {% trans "package" %}{% endblock %} {% block body %}
{% 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 %}
{% endblock %} {% block extra_body %} {% endblock %}