{% if contexts.len() > 0 %}
{% for context in contexts %}
{{ context.name }}
{{ context.description }}
{% endfor %}
{% else %}

No contexts configured

{% endif %}