{% extends "base.html" %}
{% load i18n static bootstrap4 utils auth %}
{% block title %}{% trans "Recruitment" %} · {{ study }} · {{ block.super }}{% endblock %}
{% block content %}
{{ study.name }}
{{ study.description }}
{% endif %}