{{ paratitle|raw }}
{% endif %} {% if stateimg %}
{% if paradesc != '' %}
{{ paradesc|raw }}
{% endif %} {% if buttonLabel is defined and buttonLabel != '' %} {% if buttonType == 'Lien' %} {{buttonLabel}} {% elseif buttonType == 'Page' %} {% set link = path('page_link',{id: buttonValue, slug: 'link-'~app.request.attributes.get('_route_params')['slug']|urlHandler }) %} {{buttonLabel}} {% elseif buttonType == 'Article' %} {% set link = path('article_link',{id: buttonValue, slug: 'link-'~app.request.attributes.get('_route_params')['slug']|urlHandler }) %} {{buttonLabel}} {% elseif buttonType == 'Form' %} {% set link = path('app_get_contact', {id: buttonValue}) %} {{buttonLabel}} {% endif %} {% endif %}