{% extends "dashboard_base.html" %} {% block title %}{{ t("source-test-page-title") }} — calrs{% endblock %} {% block dashboard_content %}
{% if source_name is defined and source_name %}

{{ t("source-test-sync-heading", name=source_name) }}

{% else %}

{{ t("source-test-heading") }}

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