{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load django_tables2 %} {% block content %}

{{ title }} {% trans 'List' %} {% if create_url %} {% endif %}

{% render_table table %} {% if import_btn %} {% trans 'Import all' %} {% endif %}
{% endblock content %}