{% extends "studies/base.html" %} {% load i18n auth bootstrap4 subjectfilters %} {% block title %}{% trans "Studies" %} · {{ block.super }}{% endblock %} {% block content %}

{% trans 'Studies' %}

{% trans 'My studies' %} {% trans 'All studies' %}
{% if all %} {% endif %}
{% if is_paginated %} {% endif %}
{% trans "Back" %} {% has_perm 'studies.add_study' user as can_add_study %} {% if can_add_study %} {% trans "Create new study" %} {% endif %}
{% endblock %}