{% extends preflight_base_template %} {# Copyright 2010 Canonical Ltd. This software is licensed under the #} {# GNU Affero General Public License version 3 (see the file LICENSE). #} {% load i18n %} {% block title %}{% trans "Application Pre-Flight Checks" %}{% endblock %} {% block content %}
{% trans "Name" %} | {% trans "Description" %} | {% trans "Status" %} |
---|---|---|
{{ check.name }} | {{ check.description }} | {% if check.passed %} ☑ {% else %} ☒ {% endif %} |
{% trans "Library/Package" %} | {% trans "Version" %} |
---|---|
{{ item.name }} | {{ item.version }} |
View generated at: {{ now }}
{% endblock %}