templates/platform/component/molecule/footer_signature.html.twig line 1

Open in your IDE?
  1. {% if value.acl is not defined or (value.acl is defined and userIsGrantedByAcl( app.user, value.acl )) %}
  2.     {% if canDisplayComponent(app.user, value) %}
  3.         {% include 'platform/component/atom/paragraph.html.twig' with {'value': value.text} %}
  4.          
  5.         {% include 'platform/component/atom/link.html.twig' with {'link': value.link} %}
  6.     {% endif %}
  7. {% endif %}