{% translate 'Manage API Access' %}

{% translate 'Eenos 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" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}

{% translate 'API Accounts' %}

{% csrf_token %}
{% 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' %}
{% csrf_token %}

{% translate 'Create API Account' %}

{% translate 'Whitelisted IPs' %}

{% translate 'Enter all remote IP addresses in a comma-separated list. Only these IPs are allowed to connect with API' %}


{% csrf_token %}
{% csrf_token %}
{% include "copyright.html" %}