{% load static %} {% load customtags %} {% load i18n %} Spread
{{ user.get_username }}

SPREAD

{% if inited %}
{% trans "index_incubator" %}
{% trans "index_scheduler" %}
{% trans "index_electric_meters" %}
{% trans "index_consumption" %}
{% trans "index_commissioning" %}
{% trans "index_monitor" %}
{% trans "index_interior_lighting" %}
{% trans "index_street_illumination" %}
{% endif %}
{% trans "index_lom_profiles" %}
{% trans "index_lighting_areas"%}
{% trans "index_project"%}
{% if user.is_superuser %}
{% trans "index_accounts"%}
{% endif %}

{{ package_version }}