{% load i18n jmbo_inclusion_tags jmbo_template_tags foundry_tags %}
{% if not 'img' in object.info %} {% endif %} {% if object.info %} {{ object.info|safe }} {% endif %}
{% if object.history %}
{{ object.history|safe }}
{% endif %} {% if object.statistics %}
{{ object.statistics|safe }}
{% endif %} {% comment %} {% if object.player_set.all.exists %}
{% for object in object.player_set.all %}
{% render_object object "list_item_ipod" %}
{% endfor %}
{% endif %} {% get_relation_list 'team_galleries' for object as 'team_galleries' %} {% if team_galleries %}
{% for object in team_galleries %}
{% render_object object "list_item_ipod" %}
{% endfor %}
{% endif %} {% endcomment %}