{% load i18n %} {% for object in access_rights_list %} {% if perms.base.change_apiuser %} {% else %} {% endif %} {% if perms.base.delete_accessright %} {% endif %} {% endfor %}
{% trans 'Name' %} {% trans 'Key Type' %} {% trans 'IP Restriction' %}
{{ object.apiuser.fullname }}{{ object.apiuser.fullname }}{% if object.apiuser.keytype %}{{ object.apiuser.keytype }}{% else %} - {% endif %} {% if object.apiuser.ipsource %}{{ object.apiuser.ipsource }}{% else %} - {% endif %}
{% if perms.base.add_accessright %}

{% trans 'Add' %}

{% endif %}