{% extends 'base.html.twig' %} {% block title %} {{ newsCategory.seoTitle }} {% endblock %} {% block meta_title %} {{ newsCategory.seoTitle }} {% endblock %} {% block meta_description %} {{ newsCategory.seoDescription }} {% endblock %} {% block meta_keywords %} {{ newsCategory.seoKeywords }} {% endblock %} {% block meta_og_title %} {{ newsCategory.seoTitle }} {% endblock %} {% block meta_og_description %} {{ newsCategory.seoDescription }} {% endblock %} {% block body %} {% set routeParam = app.request.attributes.get('_route_params') %}

{{ 'Инфоцентр' |trans }}

{% if (routeParam['permalink'] is defined and routeParam['permalink'] == "lp-в-СМИ") or ((app.request.attributes.get('_route') == "news_category_list")) %} {% endif %} {% if routeParam['permalink'] is defined and routeParam['permalink'] == "Новости-компании" %}
{{ knp_pagination_render(pagination) }}
{% endif %} {% if routeParam['permalink'] is defined and routeParam['permalink'] == "Акции" %} {% endif %}
{{ render(controller('AppBundle:NewsCategory:widgetTopTopic', { 'newsCategory': newsCategory.id } )) }}
{% endblock %}