{% load core %} {% with object|opts as opts %} {% if object.get_listview_url %} {{ opts.verbose_name_plural }} {% else %} {{ opts.verbose_name_plural }} {% endif %} {% endwith %}