{% if site_title != "Weblate" %}
{% blocktranslate %}You can only contact administrators of {{ site_title }} server here.{% endblocktranslate %}
{% else %}
{% blocktranslate %}You can only contact administrators of the whole server here.{% endblocktranslate %}
{% endif %}
{% blocktranslate %}For questions about a specific translation project, don’t use this form. Refer to the project’s Info tab and contact its maintainers.{% endblocktranslate %}
{% if offer_hosting %}
{% blocktranslate %}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.{% endblocktranslate %}
{% endif %}
{% blocktranslate with link_start='' link_end='' %}Weblate development ideas and questions can be sent to the {{ link_start }}Weblate issue tracker{{ link_end }}.{% endblocktranslate %}