{% if value.acl is not defined or (value.acl is defined and userIsGrantedByAcl( app.user, value.acl )) %} {% if canDisplayComponent(app.user, value) %} {% include 'platform/component/atom/paragraph.html.twig' with {'value': value.text} %} {% include 'platform/component/atom/link.html.twig' with {'link': value.link} %} {% endif %}{% endif %}