{% if projects|count > 0 %}
Projects Using This Configuration:
-
{% for project in projects %}
- {{project.name}} {% endfor %}