{% extends 'base.html.twig' %} {% block body %}
{% if chiledCartegories is not defined %} {% else %} {% if chiledCartegories is empty and category.parentId == 0 %} {% else %} {% if category is defined %} {% if not categories is empty %}
    {% for cat in categories %} {% if category.parentId == cat.id %}
  • {{ cat.getName() }}
  • {% endif %} {% endfor %}
{% if category.parentId == 0 %} {% endif %} {% endif %} {% elseif categories is defined %} {% endif %} {% endif %} {% endif %}
{{ ads is not null ? ads.printAd('desktop', 'left_top')|raw : '' }}
{{ render(controller('App\\Controller\\CategoryController::randomCategory', {'id': random(['74','38','67','10','75','72','71'])})) }}
{{ ads is not null ? ads.printAd('desktop', 'left_column_middle')|raw : '' }}
{{ '_MOST_READ_'|trans }}
{{ '_UNREAD_NEWS_'|trans }}
{{ render(controller('App\\Controller\\NewsController::mostRead')) }} {{ render(controller('App\\Controller\\DefaultController::unreadNews')) }}
{{ ads is not null ? ads.printAd('desktop', 'left_bottom')|raw : '' }}
{% include "elements/loadmore.html.twig" %}
{% endblock %}