{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {{ block.super }} » {% trans "About This Pootle Server" %} {% endblock %} {% block breadcrumb_content %} {{ block.super }} » {% trans "About This Pootle Server" %} {% endblock %} {% block body.id %}about{% endblock body.id %} {% 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 }}