{% extends "admin/base_site.html" %} {% load i18n admin_static log %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block content %}
{% trans "Applications" %}
{% if app_list %} {% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %}
{% endblock %} {% block sidebar %} {% get_admin_log 10 as admin_log for_user user %}
{% trans 'Recent Actions' %}
{% endblock %}