{% extends "base.html" %} {% block title %}{% if mode == 'new' %}New study{% else %}Edit {{ study.name }}{% endif %} — ResearchLoop{% endblock %} {% block content %} {% if mode == 'new' %}
This study has been edited in the UI. Its source TOML definition is available via "Revert to YAML" on the study page.
{% endif %} {% endif %}{{ error }}
{% endif %} {% set form_action = '/dashboard/studies' if mode == 'new' else '/dashboard/studies/' ~ study.name ~ '/edit' %}