{% macro checked(id,tags) %} {% for tag in tags %} {% if tag.id==id %} checked {% endif %} {% endfor %} {% endmacro %} {% macro selected(id,practice) %} {% if id is not null and practice is not null and practice==id %} selected {% endif %} {% endmacro %} {% import _self as helper %}

Заголовок

Текст


{% for tag in availableTags %}
{{ tag.titleRu }}
{% endfor %}
{% if image is not null %}
{% endif %}