{% load i18n %} {% load static %} {% block title %}{% trans "RELATE" %}{% endblock %} {# Don't be tempted to move all this JS stuff down to the end. #} {# The datepicker generates inline JS that relies on this being loaded. #} {{ form.media }} {%block header_extra %}{% endblock %} {% block root_container %}
{% include "base-page-top.html" %} {% block nav_recommendations %} {% endblock %} {% block version_advice %} {% endblock %} {% block content %} {% endblock %}
{% endblock %}