{% for obj in elements %}
{% if 'amazonaws' in obj.filename %} {% set urlFilename = obj.filename %} {% else %} {% set urlFilename = 'uploads/' ~ obj.filename %} {% endif %}

{{ obj.alias }}

Modelo {{ obj.articleModel }}
Color {{ obj.articleColor }}
Marca {{ obj.brand }}
Temporada {{ obj.season }}
Sección {{ obj.section }}
{% if user.isUserFranchise == false %} {% if obj.stats_pending > 0 or obj.stats_available > 0 %} {% if obj.stats_available > 0 %} {% endif %} {% if obj.stats_pending > 0 %} {% endif %}
Disponible:
Pendiente
{% else %}
PROUCTO NO DISPONIBLE
{% endif %} {% endif %}
{% endfor %}