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

Change UI Style

Options

Settings
Your UI Style is:
{% with 'ndr_core/images/admin/'|add:ui_style.filename|add:'.png' as image_static %} Image 1 {% endwith %}
{{ ui_style.label }}
{{ ui_style.description }}
{% if object %}
{{ object.label }}

{{ object.description }}

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