{% extends "dashboard_base.html" %} {% block title %}{% if editing %}{{ t("source-form-title-edit") }}{% else %}{{ t("source-form-title-add") }}{% endif %} — calrs{% endblock %} {% block dashboard_content %}

{% if editing %}{{ t("source-form-heading-edit") }}{% else %}{{ t("source-form-heading-add") }}{% endif %}

{% if editing %}{{ t("source-form-subtitle-edit") }}{% else %}{{ t("source-form-subtitle-add") }}{% endif %}

{% if error %}
{{ error }}
{% endif %}
{{ t("source-form-backend-help") }}
{{ t("source-form-help-bluemind") | safe }}
{% endblock dashboard_content %}