nosotros

{% if pages.numbers %} {% if pages.previous %} {% include "snipplets/svg/chevron-left.tpl" with {svg_custom_class: "icon-inline icon-w-16 svg-icon-text mr-2"} %} {% endif %} {% for page in pages.numbers %} {% if page.selected %} {% else %} {% endif %} {% endfor %} {% if pages.next %} {% include "snipplets/svg/chevron-right.tpl" with {svg_custom_class: "icon-inline icon-w-16 svg-icon-text ml-2"} %} {% endif %} {% endif %}