{% load i18n jmbo_inclusion_tags %}
{% if not 'img' in object.content %} {% endif %} {% if object.team_set.all.exists %}
{% for object in object.player_set.all %}
{% render_object object.as_leaf_class "list_item_ipod" %}
{% endfor %}
{% endif %}