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

    Excerpt not found in list? Order a new excerpt

    Export existing excerpt

    {% crispy form %}
    {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}