{% for listing in listings %}
{% if listing.displayType == "SQ" %}
{% if listing.jumpToContent %}
{{ listing.getDefaultContent().publicName }}
{% if listing.getDefaultContent().type == "IMG" %}Imagen{% endif %}
{% if listing.getDefaultContent().type == "MP3" %}Audio / Ringtone{% endif %}
{% if listing.getDefaultContent().type == "VID" %}Video{% endif %}
{% if listing.getDefaultContent().type == "GAM" %}Juego{% endif %}
{% else %}
{% endif %}