{% extends "admin/base_site.html" %} {% block head %} {% endblock %} {% block content %}

UserID: {{ user }}

TenantID: {{ tenant }}

{% csrf_token %} {% if pricing_func_status == False %}

There is no pricing function defined for this user.

{% else %} {% if periodic_thread_status == False %}

Periodic counter has not yet been started for this user.

{% else %}

Periodic counter is running for this user.

{% endif %} {% endif %} {{ users_form }}
{% endblock %}