{# BLOCK AEP EMPRESAS #} {% import 'blocks\\settings.default.html.twig' as styles %} {% if settings.disabled_block|default != 1 %}
{% if fields.title %}

{{ fields.title }}

{% endif %}
{% for item in repeatable %}
{% set pageInfo = get_page_info(app.request.locale, item.link) %}
{{ item.caption }}
{% endfor %}
{% endif %} {# @END BLOCK AEP EMPRESAS #}