{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% include "translation_info.html" %}
<h2>{% trans "Translate" %}</h2>
{% endblock %}