{% extends "base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}{% trans "Reporting a problem" %}{% endblock %} {% block content %}

{% blocktrans %} No software is perfect. For some severe errors, an email will be automatically sent, but not always, so I depend on you reporting everything that didn't behave as expected. Please describe in as much detail as you can what you were doing when the error happened. {% endblocktrans %}

{% trans "Enhancements" %}

{% blocktrans %} The issue tracker can also be used to document enhancements to the software, so if you have some suggestions, feel free to open a ticket, just set 'kind' to 'enhancement'. {% endblocktrans %}

{% blocktrans %}If you found a problem or have a suggestion, please report it to the issue tracker in bitbucket. {% endblocktrans %}
{% endblock %}