{% extends "web/_base.html" %} {% block title %}Lintian task detail{% endblock %} {% block content %}

Lintian task detail

Generic view

Request

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 %} {% endblock %}