{% for key, source in sources %}
  • {{ source.label }} {% if source.nested is defined and source.nested is not empty %}
    {% include "_elements/sources" with { sources: source.nested } %} {% endif %}
  • {% endfor %}