{% extends "sysscope/base.html" %} {% load i18n %} {% load url from future %} {% 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 "Use the menu on the left to browse through the graphs." %}
{% endblock %}