{% extends "admin/index.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}


{% if stdout %}

Add new URLs to your archive: results

                {{ stdout | safe }}
                


  Add more URLs ➕
{% else %}
{% csrf_token %}

Add new URLs to your archive


{{ form.as_p }}



{% endif %}
{% endblock %} {% block sidebar %}{% endblock %}