{% 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%}