{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Harvest" %}

There is no landing page at the moment :( {% if translator_credits %}

{% trans "Translated by:" %} {{ translator_credits|join:", " }}

{% endif %}
{% endblock %}