{% load i18n static admin_datta %}
Datta Able
Navigation
{% if request.user.is_superuser %}
{% else %}
{% endif %}
Dashboard
{% if not request.user.is_authenticated %}
Authentication
Sign IN
Sign UP
{% endif %} {% admin_get_menu as app_list %} {% if app_list %} {% for app in app_list %} {% if app.has_perms and not app.pinned %}
{{ app.label|slice:10 }}{% if app.label|length > 10 %}..{% endif %}
{% if app.models %}
{% for model in app.models %} {% if model.url %}
{{ model.label }}
{% else %}
{{ model.label }}
{% endif %} {% endfor %}
{% endif %}
{% endif %} {% endfor %} {% endif %} {% if request.user.is_authenticated and not request.user.is_superuser %}
UI Element
Components
Button
Badges
Breadcrumb & paggination
Collapse
Tabs & pills
Typography
Feather
NEW
Forms & table
Form elements
Table
Chart & Maps
Chart
Maps
Pages
Authentication
Sign up
Sign in
Profile Page
Sample page
Disabled menu
{% endif %}