{% set real_index = 1 %} {% for advice in advices %} {% if advice.consejo %}
{{ markdown.render(advice.consejo)|safe }}
{% set real_index = real_index + 1 %} {% endif %} {% endfor %}