{% load i18n static simpletags sptags %}
{% block quick %}
{% trans 'Quick Action' %}
{% include 'admin/parts/quick.html' %}
{% endblock %}
{% trans 'System Monitor' %}
{% block timeline %} {% include 'admin/timeline.html' %} {% endblock %}