{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Template Settings

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.errors %}
Error:
    {% for field, errors in form.errors.items %} {% for error in errors %}
  • {{ field }}: {{ error }}
  • {% endfor %} {% endfor %}
{% endif %}
{% csrf_token %}
{% if ts.template1 %} Current {% endif %}
Template 1

Dark theme with slider and particle animation. Click to select.

{% if ts.template2 %} Current {% endif %}
Template 2

Semi light theme without slider and particle. Click to select.

{% endblock %}