{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Add to study" %} · {{ block.super }}{% endblock %} {% block content %}

{% trans 'Add to study' %}

{% if not attributeset %} {% elif not studies %} {% else %} {% endif %}
{% trans "Back" %}
{% endblock %}