<{ include_css() }> <% extends settings.template.admin %> <% block title %>Control Panel | <{super()}><% endblock %> <% macro print_link_group(lg) -%> <%- endmacro %> <% block body %> <% for sec in sections %> <% if sesuser.has_perm(sec.has_perm) %>

<{sec.heading}>

<% for lg in sec.groups %> <{ print_link_group(lg) }> <% endfor %>
<% endif %> <% endfor %> <% endblock body%>