{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block content %}

{% blocktrans %}Weblate is web based translation tool with tight Git integration. It features simple and clean user interface, propagation of translations across subprojects, consistency checks or automatic linking to source files.{% endblocktrans %}

{% trans "This site is built using following projects:" %}

Weblate {{ version }}
Django {{ django_version }}
Translate Toolkit {{ tt_version }}
GitPython {{ git_version }}
Whoosh {{ whoosh_version }}
{% endblock %}