{% if eq.pos_col %}
{% if eq.tam >= 9 %}{{ eq.nome|default:""|truncatechars:50 }}
{% elif eq.tam >= 6 %}{{ eq.nome|default:""|truncatechars:35 }}
{% else %}{{ eq.nome|default:""|truncatechars:20 }}{% endif %}
{% else %}
{% if eq.tam >= 9 %}{{ eq.nome|default:""|truncatechars:90 }}
{% elif eq.tam >= 6 %}
{{ eq.nome|default:""|truncatechars:60 }}
{% else %}
{{ eq.nome|default:""|truncatechars:30 }}
{% endif %}
{% endif %}
{% if eq.pos_col %}
{% if eq.tam >= 15 %}{{ eq.descricao|truncatechars:80 }}
{% elif eq.tam >= 12 %}{{ eq.descricao|truncatechars:65 }}
{% elif eq.tam >= 9 %}{{ eq.descricao|truncatechars:50 }}
{% elif eq.tam >= 6 %}{{ eq.descricao|truncatechars:35 }}
{% else %}{{ eq.descricao|truncatechars:20 }}{% endif %}
{% else %}
{% if eq.tam >= 15 %}{{ eq.descricao|truncatechars:150 }}
{% elif eq.tam >= 12 %}{{ eq.descricao|truncatechars:120 }}
{% elif eq.tam >= 9 %}{{ eq.descricao|truncatechars:90 }}
{% elif eq.tam >= 6 %}{{ eq.descricao|truncatechars:60 }}
{% else %}{{ eq.descricao|truncatechars:30 }}{% endif %}
{% endif %}
{% if eq.flag_traseiro %}
{% if eq.imagem_traseira %}