{% 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'] == "novosti_kompanii" %} {% endif %} {% if routeParam['permalink'] is defined and routeParam['permalink'] == "akcii" %} {% endif %}
{% if routeParam['permalink'] is defined and routeParam['permalink'] == "akcii" %}
{{ knp_pagination_render(pagination) }}
{% elseif (routeParam['permalink'] is defined and routeParam['permalink'] == "lp_v_smi") or ((app.request.attributes.get('_route') == "news_category_list")) %} {% else %} {% endif %}
{{ render(controller('AppBundle:NewsCategory:widgetTopTopic', { 'newsCategory': newsCategory.id } )) }}
{% endblock %}