{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% if show_form %}

{% translate "Contact server administrators" %}

{% if site_title != "Weblate" %} {% blocktranslate %}Use this form to reach the administrators of {{ site_title }}.{% endblocktranslate %} {% else %} {% blocktranslate %}Use this form to reach the administrators of this server.{% endblocktranslate %} {% endif %}

{% csrf_token %} {{ form|crispy }}
{% else %}

{% translate "How can we help?" %}

{% translate "Select one of the options below to get help." %}

{% translate "Question about a translation project" %}

{% blocktranslate %}Find a specific translation project, refer to the project's Overview tab and contact its maintainers directly.{% endblocktranslate %}

{% translate "Weblate product feedback" %}

{% blocktranslate %}Share Weblate development ideas, feature requests, or report bugs in the upstream issue tracker.{% endblocktranslate %}

{% if offer_hosting %}

{% translate "Support for another Weblate server" %}

{% blocktranslate %}If you seek support for any other Weblate deployment than {{ site_title }}, check the available support offerings, or use the contact form on the correct server.{% endblocktranslate %}

{% endif %}

{% translate "Documentation" %}

{% translate "Browse the Weblate documentation for guides on translating, administration, and configuration." %}

{% if site_title != "Weblate" %} {% blocktranslate %}Question for {{ site_title }} administrators{% endblocktranslate %} {% else %} {% translate "Question for the server administrators" %} {% endif %}

{% blocktranslate %}Reach out to the administrators of this server about account, registration, or server-wide questions that don't fit the topics above.{% endblocktranslate %}

{% endif %}
{% endblock content %}