{% extends 'base.html' %} {% load boilerplate %} {% block title %}{{ object_list|queryset_model_name_plural }}{% endblock %} {% block content %} {% for object in object_list %}

{{ object }}

{{ object.contact_information.phone }}
{% empty %} Register the first actor. {% endfor %} {% endblock %}