{% extends 'stela_control/index.html' %} {% load i18n %} {% load static %} {% load humanize %} {% load crispy_forms_tags %} {% block side_title %}

STELA {% trans "CONTROL DYNAMIC" %} | {% trans "Users Control" %}

{% endblock %} {% block title %} {% if user.is_staff is True %}

{% trans "Superuser" %} # {{user.id}} {{user.username}}

{% else %}

{% trans "User" %} # {{user.id}} {{user.username}}

{% endif %} {% endblock %} {% block section_content %}

{% trans "Stela Billing Dynamic" %}

{% trans "Integration" %}: {{integration.integration.title}}

{% trans "Host" %}: {{integration.domain}}

{% trans "Service Report" %}

{% trans "Load Cloud Services Usage" %}

{% trans "Load Discounts" %}

{% endblock %} {% block scripts %} {% endblock %}