{% extends "dashboard_base.html" %} {% block title %}Calendar source — calrs{% endblock %} {% block dashboard_content %}
{% if source_name is defined and source_name %}

Sync: {{ source_name }}

{% else %}

Connection test

{% endif %}
{{ result }}
{% endblock dashboard_content %}