{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
  • {% trans "contact" %}
  • {% endblock %} {% block content %}

    {% blocktrans %}You can contact maintainers of this server here.{% endblocktrans %}

    {% blocktrans %}Please contact us in English, otherwise we might be unable to understand your request.{% endblocktrans %}

    {% blocktrans %}If you are looking for support for Weblate or want to file bug reports check its website at weblate.org.{% endblocktrans %}

    {% csrf_token %} {{ form.as_table }}
    {% endblock %}