{% extends 'dlux/form_base.html' %} {% load crispy_forms_tags %} {% load static %} {% block title %}{{ DLUX_STRINGS.system_setup_title|default:"System Setup" }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block layout %}
{% csrf_token %}

{{ DLUX_STRINGS.system_setup_title|default:"System Setup" }}

{{ DLUX_STRINGS.system_setup_page_desc|default:"Complete the initial branding, languages, and sidebar structure for Dlux." }}

{% crispy form %}
{% endblock %}