{% load debusine %}
  • Result: {% include "web/_work_request-result.html" %}
  • Fail on: {{ fail_on_severity }}
  • {% if lintian_txt_path %}
  • Lintian output
  • {% endif %}

    Summary of tags

    Tags

    {% for file, file_tags in tags.items %}

    {{ file }}

    {% for tag_name, tag_content in file_tags.items %}

    {% include "web/_tag_severity.html" with tag=tag_name content=tag_content only %} {{ tag_name }}

    {% if tag_content.explanation %} {% include "web/_tag_explanation.html" with tag_content=tag_content only %} {% endif %} {% endfor %} {% endfor %}