{% if not is_info_hidden %}
INFO
{% for info in infos %}

{{ info['name'] }}

{{ info['data'] }}

{% endfor %}
{% endif %}