{% load i18n %} {% if htmx_url and has_permission %}
{% elif htmx_url %}
{% trans "No permission to view this content" %}.
{% else %}
{% trans "Unable to load content. Could not resolve list URL for:" %} {{ model_name }}
{% endif %}