{% extends 'forms/crudlist.html' %} {% load i18n %} {% load request_tools %} {% block title %} {% with request|tocorpus as corpus %} {{ corpus.title }} | {{ block.super }} {% endwith %} {% endblock title %} {% block h3title %} {% with request|tocorpus as corpus %}

{% trans "Documents of" %} {{ corpus.title }}

{% endwith %} {% endblock h3title %} {% block posttitle %} {% trans "Delete" %} {% trans "Edit" %} {% trans "Explore" %}


{% endblock %}