{% extends 'base.html' %} {% load traduction_tags %} {% block title %}{% trans_text 'Équipe' 'Team' 'Team' %} - {{ settings.site_name }}{% endblock %} {% block content %} {% trans_text 'Notre Équipe' 'Our Team' 'Unser Team' as tr_page_title %} {% trans_text 'Enseignants, doctorants et étudiants' 'Teachers, PhD students and students' 'Dozenten, Doktoranden und Studenten' as tr_page_subtitle %} {% include 'components/breadcrumb.html' with page_title=tr_page_title page_subtitle=tr_page_subtitle %}
{% if professors %} {% endif %} {% if phd_students %} {% endif %} {% if master_students %}

{% trans_text 'Étudiants Master' 'Master Students' 'Masterstudenten' %}

{% endif %} {% if not professors and not phd_students and not master_students %}
{% trans_text 'Aucun membre disponible pour le moment.' 'No member available at the moment.' 'Derzeit kein Mitglied verfügbar.' %}
{% endif %}
{% endblock %}