{% extends "base.html" %} {% load i18n %} {% load static %} {% block breadcrumbs_container %} {% endblock %} {% block content %}

{% blocktrans %}Get involved in {{ project }}!{% endblocktrans %}

{% blocktrans %}Hi, and thank you for your interest!{% endblocktrans %}

{% blocktrans %}{{ project }} is being translated using Weblate, a web tool designed to ease translating for both developers and translators.{% endblocktrans %}

{{ status_text }}

{% url 'register' as reg_url %} {% blocktrans %}If you would like to contribute to translation of {{ project }}, you need to register on this server.{% endblocktrans %}

{% if object.enable_acl %}

{% trans "This translation is open only to limited group of translators, if you want to contribute please get in touch with project maintainers." %}

{% endif %}

{% blocktrans %}Once you have activated your account just proceed to the translation section.{% endblocktrans %}

{% endblock %}