{% load i18n customtags %}{% if object_list %} {% list_table object_list view.model view.fields view.action_options view.request %}
{% else %}

{% blocktranslate with name=view.model|verbose_name_plural %}No {{ name }} found.{% endblocktranslate %}

{% endif %}