{% extends get_active_back_theme() + '/base.html' %} {% set active_page ='control panel' %} {% block head %} Control Panel {% endblock %} {% block content %}

Control Panel

Manage your shop environment and inventory.

{% set all_info = get_modules_info() %} {% for info in all_info %} {% if all_info[info]['type'] == 'show'%} {%if 'dashboard' in all_info[info]%} {%else%} {%endif%}
{% if all_info[info]['icons'] %} {% if get_setting('ACTIVE_ICONSET') == 'fa' %} {% else %} {% endif %} {% else %} {% endif %}
{% endif %} {% endfor %} {% endblock %}