{% extends "./base.html" %} {% block tab_action %} {% endblock tab_action %} {% block profile_main %}
{% for profile in object_list %} {% include "./_notificationprofile_card.html" %} {% empty %}

No profiles yet

{% endfor %}
{% endblock profile_main %}