{% extends base_template_path %} {% load partials %} {% load nominopolitan %} {% if use_crispy %} {% load crispy_forms_tags %} {% endif %} {% block content %} {% partial nm_content %} {% endblock %} {% partialdef nm_content %}
There are no {{ object_verbose_name_plural }}. Create one now?
{% endif %} {% endpartialdef filtered_results %} {% partialdef pagination %} {% if is_paginated %} {% endif %} {% endpartialdef pagination %}