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

{% blocktranslate %} 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. {% endblocktranslate %}

{% translate "report problem to the issue tracker" %} »

{% translate "Enhancements" %}

{% blocktranslate %} 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.{% endblocktranslate %}

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

{% endblock %} {% block sidebar %}

{% translate "No Github account?" %}

{% blocktranslate %}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.{% endblocktranslate %}

{% endblock %}