{% extends 'pbx_admin/base.html' %} {% load i18n %} {% block title %}{% trans 'Printbox Dashboard' %}{% endblock title %} {% block panel_heading %} Main {{ groups_num }} {% endblock panel_heading %} {% block content %} {% for group in groups %} {% endfor %}
{{ group.plural|title }}



{% if can_edit_instance_config %}

Instance config

{% if instance_config %} {{ site_name }} {% else %} No instance config defined - Create ... {% endif %}



{% endif %} {% if can_edit_exchange_rates %}

Exchange rates

Rates



{% endif %} {% if can_view_module_management %}

Account Administration

Module Management
{% endif %} {% endblock content %}