{#{% if card.type == constant('Tigris\\BaseBundle\\Dashboard\\Type::ICON_COUNTER') %} {% if card.route is not empty %} {% else %}
{% endif %} {% if card.icon is not empty %}
{{ card.icon|parse_icons }}
{% endif %}
{{ card.title|trans }}
{% if card.valueFormat == constant('VALUE_FORMAT_CURRENCY', card) %} {{ card.value|format_currency('EUR') }} {% else %} {{ card.value }} {% endif %}
{% if card.secondValue is not empty %}
{{ card.secondValue }}
{% endif %}
{% if card.route is not empty %}
{% else %}
{% endif %} {% elseif card.type == constant('TYPE_LIST', card) %}
{{ card.title|trans|parse_icons }}
{% endif %}#}