{% extends "base.html" %} {% load i18n paginacion %} {% load render_table from django_tables2 %} {% block content %} {% trans 'Add new lot' %}

{{ subtitle }}

{% render_table table %}
{% if table.page and table.paginator.num_pages > 1 %} {% include "django_tables2/pagination.html" %} {% endif %}
{% endblock %}