{% extends 'base.html.twig' %} {% block body %}
{{'opinion.less_than_3'|trans|raw}}
{{'research.advanced_search'|trans}}
{% if newsLast is not null %}

{{'pageNews.last_article'|trans}}



{% if newsLast.currentTranslation != "[]" %}
{{newsLast.currentTranslation.title}}
{{newsLast.newsCategory.currentTranslation.title}}
{{ newsContentPageSetting(newsLast.currentTranslation.content)|slice(0,350)|raw }}
... {# {{newsLast.currentTranslation.content|slice(0, 350)|raw}}... #}
{{'pageNews.lire_suite'|trans}}
{% else %}
{{'pageNews.no_news'|trans}}
{% endif %}
{% endif %}
{% if newsRecent is not null %}

{{'pageNews.recent_article'|trans}}



{% for news in newsRecent %} {% if news and news.currentTranslation != '[]'%} {#
    {% if (offsetQuery+1) > 1 %}
  • {% endif %} {% if nbStartPaginate > 1 %}
  • 1
  • {% if offsetQuery + 1 > nbMaxPaginate %}
  • ...
  • {% endif %} {% endif %} {% for paginate in nbStartPaginate..nbPaginate %}
  • {{ paginate }}
  • {% endfor %} {% if nbPages > nbPaginate %} {% if offsetQuery + 1 <= nbPages - nbMaxPaginate %}
  • ...
  • {% endif %}
  • {{ nbPages }}
  • {% endif %} {% if (offsetQuery+1) < nbPages %}
  • {% endif %}
#}
{% endif %}
{% if newsZoom is not null %}

{{'pageNews.zoom'|trans}}



{% if newsZoom.currentTranslation != "[]" %}
{{newsZoom.currentTranslation.title}}

{{newsZoom.newsCategory.currentTranslation.title}}

{{ newsContentPageSetting(newsZoom.currentTranslation.content)|slice(0,350)|raw }}
... {# {{newsZoom.currentTranslation.content|slice(0, 350)|raw}}... #}
{{'pageNews.lire_suite'|trans}}
{% else %}
{{'pageNews.no_news'|trans}}
{% endif %}
{% endif %} {% if newsMostViewed is not null %}

{{'pageNews.articles_most_viewed'|trans}}



{% for news in newsMostViewed %} {% if news and news.currentTranslation != "[]" %} {% else %}
{{'pageNews.no_news'|trans}}
{% endif %} {% endfor %}
{% endif %}

{{'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 %}