{% extends "about/base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "This Pootle Server" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "This Pootle Server" %}
  • {% endblock %} {% block content %}
    {# Translators: For better readability, make sure to leave an space after the closing tag #}

    {% 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 }}

    {% endblock content%}