{% load i18n foundry_tags %} {% with object.permitted_credits as credits %} {% if credits %}
{% for obj in credits %}{% if forloop.counter0 %}, {% endif %}{{ obj.role }}{{ obj.show.title }}{% endfor %}
{% endif %} {% endwith %}
{{ object.profile|safe }}
{% with object.permitted_related_items as items %} {% if items %}
{% trans "Recent updates" %}
{% listing items style='VerticalThumbnail' %}
{% endif %} {% endwith %}