{% 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_name_link }}, a web tool designed to ease translating for both developers and translators.{% endblocktrans %}

{{ status_text }}

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

{% if object.access_control %}

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

{% endif %}

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

{% trans "Register" %} {% trans "Translate" %}

{% endblock %}