{% translate 'API Manager' %}
{% translate 'Manage Reseller API Access' %}
{% translate "Eenos Reseller API manager will allow you to create API users. Authenticated API users can manage the Eenos platform from remote applications like billing system" %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'API Accounts' %}
| {% translate 'Sl.No' %} | {% translate 'API User' %} | {% translate 'Date of Creation' %} | {% translate 'Date of Update' %} | {% translate 'Remote Access' %} | {% translate 'Whitelisted IPs' %} | {% translate 'Action' %} |
|---|---|---|---|---|---|---|
| {% translate 'Sl.No' %} | {% translate 'API User' %} | {% translate 'Date of Creation' %} | {% translate 'Date of Update' %} | {% translate 'Remote Access' %} | {% translate 'Whitelisted IPs' %} | {% translate 'Action' %} |