{% extends "base/module_base.html" %} {% set active_page ='' %} {% block pagehead %} {% endblock %} {% block sidebar %} {%include '{}/blocks/sidebar.html'.format(module_info['module_name'])%} {%endblock%} {% block content %}
Front Theme
{%for key in all_front_info%} {%endfor%}
Name Author
{{key}} {{all_front_info[key]['author']}} {%if active_front_theme != key%} activate {%else%} active {%endif%}

Back Theme
{%for key in all_back_info%} {%endfor%}
Name Author
{{key}} {{all_back_info[key]['author']}} {%if active_back_theme != key%} activate {%else%} active {%endif%}
{% endblock %}