{% extends 'speeches/base_form.html' %} {% load staticfiles %} {% load i18n %} {% block title %} {% trans 'Import speeches' %} {% endblock %} {% block content %}
{% trans "Import Akoma Ntoso (may take some time)" as submit %} {% include 'speeches/form.html' with type="import_akoma_ntoso" submit=submit %}
{% endblock %}