{% extends "base.html" %} {% block title %}{% trans "page title" %}Report a bug{% endtrans %} | LibreQDA{% endblock %} {% block contents %}

{% trans "bug report page heading" %}Report a bug{% endtrans %}

{% if message %}
{{ message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

{% trans %}Found a bug? Describe what happened below and it will be emailed to the LibreQDA team.{% endtrans %}

{{ xsrf_form_html() }}
{% if projects %} {% else %} {% endif %}

{% trans %}Drag & drop images here, or click to choose files{% endtrans %}

    {% trans "bug report form cancel button" %}Cancel{% endtrans %}
    {% endblock %}