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