{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {{ block.super }}: {% trans "About" %} {% endblock %} {% block body.id %}about{% endblock body.id %} {% block precontent %} {{ description|safe }} {% endblock precontent %} {% block content %}
{% blocktrans %}This site is running Pootle — powerful web software to empower teams to do translation and translation management. This community tool is Free Software, and any team can use it and contribute to the Pootle community. Read more on the project website.{% endblocktrans %}
{{ pootle_version }}