{% extends base_template %} {% load static %} {% load i18n %} {% load django_bootstrap5 %} {% block content %}

Feedback

{% blocktrans %}Our products are currently still in the test phase. We would therefore be pleased to receive constructive feedback on the further development of our products. If you have any comments, suggestions or criticism for us, please feel free to write to us using the following contact form.{% endblocktrans %}

{% bootstrap_messages %}
{% if success %} {% else %} {% if error %} {% endif %} {% csrf_token %} {% bootstrap_field form.name show_label='skip' addon_before="Name" form_group_class="form-group input-group mb-3" layout="horizontal" %} {% bootstrap_field form.email show_label='skip' addon_before='E-Mail' layout="horizontal"%} {% bootstrap_field form.message show_label='skip' layout="horizontal" %} {{ form.hcaptcha }} {% endif %}
{% endblock %}