{% extends "admin/base_site.html" %} {% load i18n static admin_filters %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard-view{% endblock %} {% block nav-breadcrumbs %}{% endblock %} {% block content %}

{% translate 'Applicazioni' %}

{{ app_list|length }}

{% translate 'Stato Sistema' %}

Attivo

{% translate 'Ambiente' %}

{% if debug %}Sviluppo{% else %}Produzione{% endif %}

{% translate 'Orario Server' %}

{% now "H:i" %}

{% translate 'Applicazioni e Risorse' %}

{% include "admin/app_list.html" with app_list=app_list show_changelinks=True %}
{% block sidebar %} {% endblock %}
{% endblock %}