{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Terms of Use" %}{% endblock %} {% block body_id %}terms{% endblock %} {% block content %}

Please read: Terms of Use

{% endblock %}