{% extends base_template_path %} {% load partials %} {% load nominopolitan %} {% block content %} {% partial content %} {% endblock %} {% partialdef content %} {{header_title}}

{{ object_verbose_name_plural|capfirst }}

{% if create_view_url %}
{% if use_htmx and htmx_target %} Add a new {{ object_verbose_name }} {% else %} Add a new {{ object_verbose_name }} {% endif %}
{% endif %} {% if object_list %} {% object_list object_list view %} {% else %}

There are no {{ object_verbose_name_plural }}. Create one now?

{% endif %}

{% endpartialdef content %} {% partialdef crud_target %}
{% endpartialdef crud_target %}