{% extends "studies/study_base.html" %} {% load static i18n utils %} {% block title %}{% translate "Creating study folder" %} · {{ block.super }}{% endblock %} {% block content %}
{% translate 'This may take some time.' %}
{% if study.storage_managed %}{% translate 'Folder already exists:' %} {% smb_url_or_unc study.storage_location %}
{% else %} {% endif %} {% endblock %} {% block extra_scripts %} {% endblock %}