{% extends "admin/base.html" %} {% block title %}Dashboard{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block content %}
{{ apps | map(attribute='models') | map('length') | sum if apps else 0 }}
Registered Models
{{ apps | length }}
Applications
{{ errors.error_count if errors else 0 }}
Errors
{{ errors.warning_count if errors else 0 }}
Warnings
{{ error.detail }}
{% if error.hint %}{{ error.hint }}
{% endif %} {% if debug and error.source %}{{ error.source }}
No recent activity