{% extends "base.html" %} {% block title %}Theme Management - Admin{% endblock %} {% block content %}

Theme Management

Add Theme
{% for theme in themes %} {% endfor %}
Name Display Name Description Default Active Actions
{{ theme.name }} {{ theme.display_name }} {{ theme.description or '' }} {% if theme.is_default %}{% endif %} {% if theme.is_active %} {% else %} {% endif %}
{% endblock %}