{% extends '::base.html.twig' %} {% block metakeywords %}{{about.getMetakeywords|raw}}{% endblock %} {% block metadescription %}{{about.getMetadescription|raw}}{% endblock %} {% block title %}{% if app.request.locale == 'uk' %}Про компанію | Діамеб Трейд{% endif %}{% if app.request.locale == 'ru' %}О компании | Диамеб Трейд{% endif %}{% if app.request.locale == 'en' %}About company | Diameb Trade{% endif %}{% endblock %} {% block body %}
CEO
{{about.getWord|raw}}

{{about.getHancock}}

{{about.getAboutTitle}}

{{about.getAbout|raw}}
{{about.getPoliticTitle}}
{{about.getPolitic|raw}}
{% if values|length > 0 %}
    {% for key,valuesItem in values %}
  • {{valuesItem.getTitle}}
    {{valuesItem.getTitle}}

    {{valuesItem.getDescription}}

  • {% endfor %}
{% endif %}
{% if certificate|length > 0 %}
    {% for key,certificateItem in certificate %}
  • certificate
  • {% endfor %}
{% endif %}
{% if partner|length > 0 %}
    {% for key,partnerItem in partner %}
  • {{partnerItem.title}}
    {{partnerItem.title}} {% if partnerItem.country %} ({{partnerItem.country}}) {% endif %}

    {{partnerItem.url}}

  • {% endfor %}
{% endif %}

{{about.getVacancyText|raw}}

{% if vacancy|length > 0 %}
    {% for key,vacancyItem in vacancy %}
  • {{vacancyItem.title}}

    {{vacancyItem.intro}} {% trans %}Детальніше{% endtrans %}

    {{vacancyItem.description|raw}}
  • {% endfor %}
{% endif %}
{% endblock %}