{% extends "base.html" %} {% block title %}{{ _('Warnings') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Warnings') }}

{% if has_warnings %} {% else %}

{{ _('There are no warnings for this installation of SampleDB.') }}

{% endif %} {% endblock %}