{% extends 'base.html.twig' %} {% block body %}
{{ 'Keywords'|trans }}
{{ '_SEARCH_IN_TITLE_AND_BODY_'|trans }}
{{ 'Exact Keywords'|trans }}
{{ 'Choose Category'|trans }}
{% for id,category in categoriesSelect %}
{{ category }}
{% endfor %}
{{ '_AUTHOR_'|trans }}
{{ '_DATE_'|trans }} {{ 'From'|trans }}
{{ 'To'|trans }}
{{ '_SORTBY_'|trans }}:
{{ '_DATE_'|trans }}
{{ 'Most Relevant'|trans }}
{% if tag is defined %}
{{ tag.tag }}
{% endif %}
{{ include('elements/newsfeed.html.twig') }}
{{ ads is not null ? ads.printAd('desktop', 'left_top')|raw : '' }} {% include "elements/templates/left_section.html.twig" %} {#
#}
{% endblock %}