{% if site_title != "Weblate" %}
{% blocktrans %}You can only contact administrators of {{ site_title }} server here.{% endblocktrans %}
{% else %}
{% blocktrans %}You can only contact administrators of the whole server here.{% endblocktrans %}
{% endif %}
{% blocktrans %}For questions about a specific translation project, don’t use this form. Refer to the project’s Info tab and contact its maintainers.{% endblocktrans %}
{% if offer_hosting %}
{% blocktrans %}If you seek support for any other Weblate deployment than {{ site_title }}, please check support offerings at {{ weblate_link }} or use this form on the correct server.{% endblocktrans %}
{% endif %}
{% blocktrans with link_start='' link_end='' %}Weblate development ideas and questions can be sent to the {{ link_start }}Weblate issue tracker{{ link_end }}.{% endblocktrans %}