{% 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 <ahref="{{ url }}">being translated into {{ languages }} languages</a>. Overall, these translations are {{ percent }}% complete.{% endblocktrans %}
</p>
{% if user.is_authenticated %}
<p>
{% 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 }}, just proceed to the <ahref="{{ url }}">translation section</a>.{% 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 <ahref="/accounts/register/">register on this server</a>.{% endblocktrans %}
</p>
{% else %}
<p>
{% 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 <ahref="/accounts/register/">register on this server</a>. After registration, you can directly start contributing to the translation.{% 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 <ahref="{{ url }}">translation section</a>.{% endblocktrans %}