{{ title }}
{{ hint }}
{% for section in sections %}
{{ section.title }}
{% for row in section.rows %}
{{ row.key }}
{{ row.name }}
{% if row.note %}
{{ row.note }}
{% endif %} {% endfor %} {% endfor %}