{% extends "layout.html" %} {% load i18n locale %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans 'About' %} | {{ block.super }}{% endblock title %} {% block header_block %}{% endblock %} {% block content %}

{% trans 'About This Pootle Server' %}

{# Translators: For better readability, make sure to leave an space after the closing tag #}

{% blocktrans trimmed %} 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 trimmed %} Pootle {{ pootle_version }} is powered by Translate Toolkit {{ toolkit_version }}. {% endblocktrans %}

{% endblock %}