{% extends "base.html" %} {% load i18n staticfiles %} {% block subtitle %} {% trans 'Import' %} {% endblock subtitle %} {% block actions %} {% if template_example_file %} {% trans 'XLS Template Example' %} {% endif %} {% trans 'Back' %} {% endblock %} {% block main %}
{% csrf_token %} {% include 'extras/form.html' with form=form %}
{% endblock main %} {% block extra_js %} {% endblock %}