{% verbatim %} {% extends 'base.html' %} {% load partials %} {% block content %} {% endverbatim %}

{{ model_verbose_name_plural|capfirst }}

New {{ model_name|capfirst }}
{% verbatim %} {% partialdef table inline=True %}
{% with th_class="text-sm font-medium text-gray-900 border-r px-6 py-4 text-left" %} {% endverbatim %} {% for _, field_verbose_name in model_fields.items %} {% endfor %} {% verbatim %} {% endwith %} {% with td_class="px-6 py-4 whitespace-nowrap text-sm font-medium border-r text-gray-900" %} {% for product in products_page %} {% endverbatim %} {% for _, field_accessor in fields_verbose_name_with_accessor.items %} {% endfor %} {% verbatim %} {% endwith %} {% endfor %} {% endwith %}
{{ field_verbose_name }}
{{field_accessor}} {% verbatim %} {% with href_class="text-blue-600 hover:underline hover:text-blue-500" %} {% endverbatim %} View | Edit | Delete
{% endverbatim %} {% verbatim %} {% if products_page.paginator.num_pages > 1 %}
{% endif %}
{% endpartialdef %} {% endblock %} {% endverbatim %}