{% extends "excerptexport/layouts/base.html" %} {% load staticfiles i18n %} {% block breadcrumb %} {{ block.super }}
  • {% trans 'New excerpt export' %}
  • {% endblock %} {% block main %}
    {% csrf_token %}

    {% trans 'Existing excerpt' %}

    {% trans 'Create excerpt' %}

    {% include 'excerptexport/partials/new_excerpt_form.html' with form=new_excerpt_form %}

    {% trans 'Export options' %}

    {{ export_options_form.as_p }}
    {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}