{{ title|default:name }} {% if download_link %} {% endif %}

{% if description %}

{% for other_lang in other_langs %} {{ other_lang.text }} {% endfor %}

{{ description }}

{% endif %} {% for section in sections %} {% for x in section.other_ids %}{% endfor %}

{{ section.name }}

{% if other_langs %}

{% for other_lang in other_langs %} {{ other_lang.text }} {% endfor %}

{% endif %} {% for block in section.blocks %} {% if block.name %}

{% for x in block.other_ids %}{% endfor %}{{ block.name }}{% for x in block.other_ids %}{% endfor %}

{% endif %} {% if block.description %}

{{ block.description }}

{% endif %} {% for elem in block.elements %} {% if elem.is_code %}
{{ elem.data | safe }}
{% elif elem.is_p %}

{{ elem.data | safe }}

{% endif %} {% endfor %} {% endfor %}
{% endfor %}