{% extends "htmx/base.html" %} {% block main %}

Create

{% for object in object_list %}
{% include "./_notificationprofile_detail.html" %}

View

Update

Delete

{% endfor %} {% endblock main %}