{% if openshift %}

[ {{ openshift.commit }} {{ openshift.ref }} repository ]

{% endif %} {{ description | safe }} {% for draw in drawings %}

{{ draw | filename_to_title }}

{% endfor %} {% for draw_source in drawings_sources %}

{{ draw_source }}

{% endfor %} {% if envs %}

Переменные окружения

{% for env in envs %} {% endfor %}
# Переменная Тип Описание Текущее значение Обязательность Значение по умолчанию
{{ loop.index }} {{ env.name }} {{ env.type }} {{ env.description }} {% if env.data == 'скрыто' %} {{ env.data }} {% else %} {{ env.data }} {% endif %} {{ env.required | humanize_required }} {% if env.default %} {{ env.default }} {% else %} не задано {% endif %}
{% endif %}