{% if cards|length > 0 %}
{% for card in cards %} {% set principalColor = 'black' %} {% for color in colors %} {% if card.color != null and color.hex == card.color %} {% set principalColor = color.principal %} {% endif %} {% endfor %}

{{ card.calculated is defined ? card.calculated : '--' }}

órdenes

{{ card.name }}

{{ card.datetime is defined ? 'Hace ' ~ card.datetime ~ ' minuto/s' : 'No disponible. Intente en unos minutos' }}
{% endfor %}
{% else %}
No existen tarjetas de filtros creadas. Para crearlas haz click aquí. Si necesitas ayuda con el uso y comportamiento de las tarjetas podes leer el siguiente instructivo.
{% endif %}