{% if repo_list %} {% for repo in repo_list %}
{{ repo.label }} ({{ repo.location }})
{% endfor %} {% else %}

No repos found.

{% endif %}