{% for calendar in calendar_list %}{{YELLOW}}Server "{{YELLOW}}{{calendar.server}}{{RESET}}"
    CALENDAR = {{BLUE}}{{calendar.name}}{{RESET}}
    ID = {{RED}}{{calendar.id}}{{RESET}}
    COMPONENTS = {{', '.join(calendar.components)}}
    URL = {{calendar.url}}
{% endfor %}
