{% extends "layout.html" %} {% load i18n locale %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans 'About' %} | {{ block.super }}{% endblock %} {% block header_block %}{% endblock %} {% 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 %}
{% blocktrans %}Pootle {{ pootle_version }} is powered by Translate Toolkit {{ toolkit_version }}.{% endblocktrans %}