{% extends '::base.html.twig' %} {% block metakeywords %}{{news['translations'][app.request.locale].metakeywords}}{% endblock %} {% block metadescription %} {% if app.request.locale == 'ru' %} Наши новости: {{news['translations'][app.request.locale].title}} - интересные факты из жизни компании. Читайте «{{news['translations'][app.request.locale].title}}» на сайте{% endif %} {% if app.request.locale == 'uk' %} Наші новини: {{news['translations'][app.request.locale].title}} - цікаві факти з життя компанії. Читайте «{{news['translations'][app.request.locale].title}}» на сайті{% endif %} {% endblock %} {% block title %} {% if app.request.locale == 'ru' %}{{news['translations'][app.request.locale].title}} - Новости компании Диамеб Трейд{% endif %} {% if app.request.locale == 'uk' %}{{news['translations'][app.request.locale].title}} - Новини компанії Діамеб Трейд{% endif %} {% endblock %} {% block body %}
Ico {% trans %}Новини компанії{% endtrans %}
{{news.createdAt|date("d.m.Y") }}
{% if news.photoFirst %} {% else %} {{news[ {% endif %}
    {% if news.gallery|length > 0 %} {% for key,galleryItem in news.gallery %}
  • {{news[
  • {% endfor %} {% endif %}

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

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