{% extends "base.html" %} {% load i18n %} {% block title %}{% endblock %} {% block nav1 %}{% endblock %} {% block smallheader %}{% trans "Welcome to" %}{% endblock %} {% block largeheader %}{% trans "Adagios" %}{% endblock %} {% block toolbar %}{% endblock %} {% block footer %} {% endblock %} {% block content %}
{% trans "Adagios is a web based Nagios configuration interface built to be simple and intuitive in design, exposing less of the clutter under the hood in Nagios." %}
{% trans 'This is a tech preview and there are a lot of known bugs. We would really like your feedback to help us develop this app.' %}
{% trans 'If you are looking for the project page, it is right here' %}
{% endblock %}