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