{% 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 "report problem to the issue tracker" %} »

{% trans "Enhancements" %}

{% blocktrans %} The issue tracker can also be used to document enhancements to the software. If you have some suggestions or think a feature is missing, feel free to open a ticket. This can be anything from a slight change to a whole new section of the site. Please keep in mind that not all wishes can be implemented.{% endblocktrans %}

{% trans "report wish to the issue tracker" %} »

{% endblock %} {% block sidebar %}

{% trans "No Github account?" %}

{% blocktrans %}Filing an issue requires a github account, if you don't have one and don't want to register, you can also send it to the mailing list.{% endblocktrans %}

{% endblock %}