{{appname}} {{version}} - Check your part here

{% if is_debug %}

Note: this is an unreleased version, everything may not work as intended.

{% endif %} {% if report %}

{{name}}

{% if report['problems'] %} {% else %} No problems whatsoever. {% endif %}
{% endif %}

List of reported issue types

{% for problem_type in problem_types %} {% endfor %}
Name of issue Severity Example message
{{ problem_type.name }} {{ problem_type.severity }} {{ problem_type.placeholder_message() }}