{% extends '::base.html.twig' %} {% block metakeywords %}{{articles['translations'][app.request.locale].metakeywords}}{% endblock %} {% block metadescription %} {% if app.request.locale == 'ru' %} Обзоры и статьи от Диамеб Трейд: {{articles['translations'][app.request.locale].title}} - все детали на сайте>>{% endif %} {% if app.request.locale == 'uk' %} Огляди та статті від Діамеб Трейд: {{articles['translations'][app.request.locale].title}} - усі деталі на сайті>>{% endif %} {% if app.request.locale == 'en' %} Reviews and articles from Diameb Trade: {{articles['translations'][app.request.locale].title}} - all the details on the web-site >>{% endif %} {% endblock %} {% block title %} {% if app.request.locale == 'ru' %}{{articles['translations'][app.request.locale].title}} - Обзоры и статьи{% endif %} {% if app.request.locale == 'uk' %}{{articles['translations'][app.request.locale].title}} - Огляди та статті{% endif %} {% if app.request.locale == 'en' %}{{articles['translations'][app.request.locale].title}} - Reviews and articles{% endif %} {% endblock %} {% block body %}
Ico {% trans %}Огляди та статті{% endtrans %}
{{articles.createdAt|date("d.m.Y") }}
{% if articles.photoFirst %} {% else %} {{articles[ {% endif %}
    {% if articles.gallery|length > 0 %} {% for key,galleryItem in articles.gallery %}
  • {{articles[
  • {% endfor %} {% endif %}

{{articles['translations'][app.request.locale].title}}

{{articles['translations'][app.request.locale].description|raw}}
{% if articlesRelated | length > 0 %} {% endif %}
{% endblock %}