{% extends 'intranet/model_list.html' %} {% load i18n %} {% block title_content %} {{ verbose_name_plural|capfirst }} {% trans 'with' %} {% if prospect %} {{ prospect|upper }} {% else %} {% trans 'your prospects' %} {% endif %} {% endblock %}