diff -r f0a6bf48b05e -r 8949af6a4279 templates/webfront.html --- a/templates/webfront.html Sat Jun 08 01:32:25 2019 +0300 +++ b/templates/webfront.html Sat Jun 08 01:42:48 2019 +0300 @@ -35,7 +35,28 @@ {% else %} No problems whatsoever. {% endif %} +
{% endif %} +

List of reported issue types

+ + + + + + + + + + +{% for problem_type in problem_types %} + + + + + +{% endfor %} + +
Name of issueSeverityExample message
{{ problem_type.name }}{{ problem_type.severity }}{{ problem_type.placeholder_message() }}