{% extends "sysscope/base.html" %} {% load i18n %} {% load sysscope_tags %} {% block breadcrumbs %} {% endblock %} {% block title %}{% trans "SysScope - Welcome" %}{% endblock %} {% block sysscope_sidebar %} {% graph_section_links CFG start timeframe %} {% endblock %} {% block sysscope_main %}

{% trans "Welcome to SysScope" %}

{% trans "Use the menu on the left to browse through the graphs." %}

{% endblock %}