{% load i18n %} {% load url from future %}
{% blocktrans with object.name as name %}Hi, and thank you for your interest!{% endblocktrans %}
{% blocktrans with object.name as name %}{{ name }} is being translated using Weblate, a web tool designed to ease translating for both developers and translators.{% endblocktrans %}
{% blocktrans with object.name as name and object.get_total as total and object.get_language_count as languages and object.get_absolute_url as url and object.get_translated_percent as percent%}Translation project for {{ name }} currently contains {{ total }} strings for translation and is being translated into {{ languages }} languages. Overall, these translations are {{ percent }}% complete.{% endblocktrans %}
{% blocktrans with object.name as name and object.get_total as total and object.get_absolute_url as url %}If you would like to contribute to translation of {{ name }}, you need to register on this server.{% endblocktrans %}
{% blocktrans with object.name as name and object.get_total as total and object.get_absolute_url as url %}Once you have activated your account just proceed to the translation section.{% endblocktrans %}