{% extends "base.html" %} {% block title %}Report submitted{% endblock %} {% block content %}
Report for package {{ report.installed_package.name }} submitted.
{% if not known %} This is the first time this report was submitted. {% endif %}
{% endblock %}