{% extends "recruitment/recruitment_base.html" %}
{% load i18n static auth %}
{% block title %}{% translate "Recruitment" %} · {{ study }} · {{ block.super }}{% endblock %}
{% block content %}
{% if statistics %}
{% translate 'Statistics' %}
{{ statistics|safe }}