{% extends 'contents/_base.html' %} {% load i18n %} {% block title %}{% trans 'Staff' %}{% endblock title %} {% block content %}

{% trans 'Staff' %}

{% include '_includes/staff.html' %} {% endblock content %}