{% trans "Account Id" %} | 12 |{% trans "Bank Id" %} | 13 |{% trans "Label" %} | 14 |{% trans "Product Code" %} | 15 | 16 | 17 | {% for account in accounts_list %} 18 | {% url 'account_update' account.id account.bank_id as url_account_update %} 19 |
---|---|---|---|
{{ account.id }} | 21 |{{ account.bank_id }} | 22 |{{ account.label }} | 23 |{{ account.product_code }} | 24 |
{% trans "API Collection" %} | 12 |{% trans "User Name" %} | 13 |{% trans "API Collection Name" %} | 14 |{% trans "More info" %} | 15 | 16 | 17 | {% for apicollection in apicollections_list %} 18 | 19 | {% url 'my-api-collection-detail' apicollection.api_collection_id as url_collection_detail %} 20 ||
---|---|---|---|---|
{% if apicollection.api_collection_id %} 23 | Try It 24 | {% endif %} | 25 |{{ apicollection.username }} | 26 |{{ apicollection.api_collection_name }} | 27 |
28 |
29 |
37 |
|
38 | {% trans "Detail" %} | 39 |
Operation Ids | 25 | 26 | 27 | {% for api_collection_endpoint in api_collection_endpoints %} 28 ||
---|---|
{{ api_collection_endpoint.operation_id }} | 30 |31 | 36 | | 37 |
{% trans "ATM Id" %} | 12 |{% trans "Bank Id" %} | 13 |{% trans "ATM Name" %} | 14 |{% trans "More info" %} | 15 | 16 | 17 | {% for atm in atms_list %} 18 | 19 | {% url 'atms_update' atm.id atm.bank_id as url_atm_update %} 20 ||
---|---|---|---|---|
{{ atm.id }} | 22 |{{ atm.bank_id }} | 23 |{{ atm.name }} | 24 |
25 |
26 |
35 |
|
36 | {% trans "Detail" %} | 37 |
{% trans "Bank Id" %} | 9 |{% trans "Short Name" %} | 10 |{% trans "Full Name" %} | 11 |{% trans "Logo" %} | 12 | 13 | 14 | {% for bank in banks_list %} 15 | 16 | {% url 'banks_update' bank.id as url_bank_update %} 17 ||
---|---|---|---|---|
{{ bank.id }} | 19 |{{ bank.short_name }} | 20 |{{ bank.full_name }} | 21 |{{ bank.logo }} | 22 | 23 |{% trans "Detail" %} | 24 |
9 | {% trans "API Manager allows you to manage some aspects of the OBP instance at " %} {{ API_HOST }}. {% trans "You have to " %} {% trans "login" %} {% trans "or" %} {% trans "register" %} {% trans "an account before being able to proceed" %}.{% trans "Your access is limited by the Entitlements you have." %} 10 |
11 | {% else %} 12 |13 | {% trans "API Manager allows you to manage some aspects of the OBP instance at " %} {{ API_HOST }}. 14 |
15 | {% endif %} 16 |{% trans "The configuration of the API" %}
11 | 12 |13 |14 |
{% trans "Customer Id" %} | 12 |{% trans "Bank Id" %} | 13 |{% trans "Legal Name" %} | 14 |{% trans "More info" %} | 15 | 16 | 17 | 18 | {% for customer in customers_list %} 19 | 20 |
---|---|---|---|
{{ customer.customer_id }} | 22 |{{ customer.bank_id }} | 23 |{{ customer.legal_name }} | 24 |
25 |
26 |
34 |
|
35 |
{% trans "Role Name" %} | 28 |{% trans "User name" %} | 29 |{% trans "Bank ID" %} | 30 |{% trans "Created" %} | 31 |{% trans "Action" %} | 32 |{% trans "Action" %} | 33 | 34 | 35 | 36 | {% for entitlementrequest in entitlementrequests %} 37 | {% url 'users-detail' entitlementrequest.user.user_id as url_users_detail %} 38 |
---|---|---|---|---|---|
{{ entitlementrequest.role_name }} | 40 |{{ entitlementrequest.user.username }} | 41 |{{ entitlementrequest.bank_id }} | 42 |{{ entitlementrequest.created|naturaltime }} | 43 |44 | 49 | | 50 |51 | 58 | | 59 |
{% trans "Product Code" %} | 12 |{% trans "Bank Id" %} | 13 |{% trans "Name" %} | 14 |{% trans "More info" %} | 15 | 16 | 17 | {% for product in products_list %} 18 | 19 |
---|---|---|---|
{{ product.product_code }} | 21 |{{ product.bank_id }} | 22 |{{ product.name }} | 23 |
24 |
25 |
34 |
|
35 |
{% trans "Id" %} | 9 |{% trans "Short Name" %} | 10 |{% trans "Is Public" %} | 11 |{% trans "Description" %} | 12 | 13 | 14 ||
---|---|---|---|---|
{{ system_view.id }} | 16 |{{ system_view.short_name }} | 17 |{{ system_view.is_public }} | 18 |{{ system_view.description }} | 19 | 20 |{% trans "Detail" %} | 21 |
{% trans "User Id" %} | 58 |{% trans "Username" %} | 59 |{% trans "Email" %} | 60 |{% trans "Action" %} | 61 | 62 | 63 | {% for user in users %} 64 | {% url 'users-detail' user.user_id as url_users_detail %} 65 |
---|---|---|---|
{{ user.user_id }} | 67 |{{ user.username }} | 68 |{{ user.email }} | 69 |{% trans "Detail" %} | 70 |