{% extends 'ndr_core/admin_views/base.html' %} {% load django_tables2 %} {% load static %} {% block content %}

Change UI Style

Select a UI style below to change your site's layout
Help
{% with 'ndr_core/images/admin/'|add:ui_style.filename|add:'.png' as image_static %} {{ ui_style.label }} {% endwith %}
Current UI Style: {{ ui_style.label }}
{{ ui_style.description }}
Available UI Styles
{% if object %}
{{ object.label }}

{{ object.description }}

Base HTML template
ndr_core/base/styles/base_{{ object.filename }}.html
{% endif %} {% endblock %}