{% extends "subjects/subject_base.html" %} {% load i18n %} {% block title %}{% trans "Add to study" %} · {{ block.super }}{% endblock %} {% block content %} {% if not attributeset %} {% elif not studies %} {% else %} {% endif %}
{% trans "Back" %}
{% endblock %}