{% 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 %}
Disponible: |
|
{% endif %}
{% if obj.stats_pending > 0 %}
Pendiente |
|
{% endif %}
{% else %}
PROUCTO NO DISPONIBLE
{% endif %}
{% endif %}