4 lines
No EOL
269 B
Twig
4 lines
No EOL
269 B
Twig
|
|
{% if page is not empty and page.effectiveCountry is not empty and page.effectiveCountry.feedbackPage is not empty %}
|
|
{{ render(controller('AppBundle:Component:feedbacksSidebarWidget', {country: page.effectiveCountry ?? null, title:widget.name})) }}
|
|
{% endif %} |