{% 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 %}
table_max_col_width: {{ table_max_col_width }}; table_header_min_wrap_width: {{ table_header_min_wrap_width }}
There are no {{ object_verbose_name_plural }}. Create one now?
{% endif %} {% endpartialdef filtered_results %} {% partialdef pagination %} {% if is_paginated %} {% endif %} {% endpartialdef pagination %}