{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{% trans 'Missions' %} / {{ block.super }}{% endblock title %} {% block head %} {% endblock head %} {% block content %}
{% trans 'Missions' %}
{% if missions %} {% if missions.paginator.num_pages > 1 %}
{% endif %} {% endif %}
{% endblock content %} {{% block bottom %} {{ block.super }} {% endblock bottom %}