{% if related_objects %}
{% for obj in related_objects %} {% if obj.admin_url %}
{{ obj.model_name|capfirst }}:
{{ obj.title }}
{% endif %} {% endfor %}
{% else %}
No usage to show.
{% endif %}