<li><ahref="{% url 'contact' %}">{% trans "contact" %}</a></li>
<li><ahref="{% url 'contact' %}">{% trans "Contact" %}</a></li>
{% endblock %}
{% block content %}
<p>{% blocktrans %}You can contact maintainers of this server here.{% endblocktrans %}</p>
<divclass="alert alert-info">{% blocktrans %}If you are looking for support for Weblate or want to file bug reports check its website at <ahref="{{ weblate_url }}">weblate.org</a>.{% endblocktrans %}</div>
<p>{% blocktrans %}Please contact us in English, otherwise we might be unable to understand your request.{% endblocktrans %}</p>
<p>{% blocktrans %}If you are looking for support for Weblate or want to file bug reports check its website at <ahref="{{ weblate_url }}">weblate.org</a>.{% endblocktrans %}</p>
<p>
{% 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 %}
</p>
<formmethod="post"action="{% url 'contact' %}">
<divclass="panel panel-primary">
<divclass="panel-heading"><h4class="panel-title">{% trans "Contact" %}</h4></div>
<divclass="panel-body">
{% csrf_token %}
<tableclass="contact-table">
{{ form.as_table }}
<tr><td></td><td><inputtype="submit"class="button"value="{% trans "Send"%}"/></td></tr>
</table>
{{ form.as_div }}
</div>
<divclass="panel-footer">
<inputtype="submit"value="{% trans "Send"%}"class="btn btn-default"/>