{% extends 'base.html.twig' %} {% block body %}
{{'opinion.less_than_3'|trans|raw}}
{{'research.advanced_search'|trans}}
{% if filters['categorie'] == null or filters['categorie'] == 'All' %}

{{'pageNews.all_articles_bis'|trans}}

{% else %} {% for cate in categories %} {% if filters['categorie'] == cate.id %}

{{cate.currentTranslation.title}}

{% endif %} {% endfor %} {% endif %}


{% for news in newsAll %} {% endfor %}

{{'pageHome.blue_architect'|trans|raw}}

{{'pageHome.you_wish'|trans}}

{% if currentCountry2 == 'es' and currentLocal == 'es' %} {% trans %}menu.contact_us_bis{% endtrans %} {% else %} {% trans %}menu.contact_us{% endtrans %} ! {% endif %}
{% endblock %} {% block javascripts %} {% if currentWebsite == 1 %} {% endif %} {% endblock %}