{% extends "base/list.html" %} {% load url from future %} {% block extrascripts %} {% endblock %} {% block list_detail %}
{% if object_list %} {% for object in page_obj.object_list %} {% endfor %} {% else %}
Sorry, there are no {{ opts.verbose_name }} at this time.
{% endif %} {% endblock list_detail %}
Notification Send Email Send HTML
{{ object.notification }} {% if object.email %}{% endif %} {% if object.html %}{% endif %}