{% extends 'index.html' %} {% block content %}{% load i18n %}
{% include 'recruitment/nav.html' %}
{% trans "Open" %} {% trans "Closed" %}
{% include 'recruitment/recruitment_component.html' %}
{% endblock %}