{% extends "studies/base.html" %} {% load i18n auth bootstrap4 utils %} {% block title %}{% trans "Studies" %} · {{ block.super }}{% endblock %} {% block content %}
{% trans 'My studies' %} {% trans 'All studies' %}
{% if all %} {% endif %}
{% if is_paginated %} {% endif %}
{% has_perm 'studies.add_study' user as can_add_study %} {% if can_add_study %} {% get_enable_study_export as enable_export %} {% if enable_export %} {% trans "Import study" %} {% endif %} {% trans "Create new study" %} {% endif %}
{% endblock %}