-
Description
+
{% trans "Description" %}
{{ consumer.description }}
@@ -190,9 +191,9 @@
{% if consumer.enabled %}
-
diff --git a/apimanager/customers/templates/customers/create.html b/apimanager/customers/templates/customers/create.html
index 1eaf1a3..94b1f30 100644
--- a/apimanager/customers/templates/customers/create.html
+++ b/apimanager/customers/templates/customers/create.html
@@ -21,7 +21,7 @@
{% if form.bank_id.errors %}
{{ form.bank_id.errors }}
{% endif %}
- {% trans "bank_id" %}
+ {% trans "Bank Id" %}
{{ form.bank_id }}
@@ -35,7 +35,7 @@
{% if form.customer_number.errors %}
{{ form.customer_number.errors }}
{% endif %}
- {% trans "customer_number" %}
+ {% trans "customer number" %}
{{ form.customer_number }}
@@ -45,14 +45,14 @@
{% if form.legal_name.errors %}
{{ form.legal_name.errors }}
{% endif %}
- {% trans "legal_name" %}
+ {% trans "legal name" %}
{{ form.legal_name }}
{% if form.mobile_phone_number.errors %}
{{ form.mobile_phone_number.errors }}
{% endif %}
- {% trans "mobile_phone_number" %}
+ {% trans "mobile phone number" %}
{{ form.mobile_phone_number }}
@@ -69,14 +69,14 @@
{% if form.face_image_url.errors %}
{{ form.face_image_url.errors }}
{% endif %}
- {% trans "face_image_url" %}
+ {% trans "face image url" %}
{{ form.face_image_url }}
{% if form.face_image_date.errors %}
{{ form.face_image_date.errors }}
{% endif %}
- {% trans "face_image_date" %}
+ {% trans "face image date" %}
{{ form.face_image_date }}
@@ -86,14 +86,14 @@
{% if form.date_of_birth.errors %}
{{ form.date_of_birth.errors }}
{% endif %}
- {% trans "date_of_birth" %}
+ {% trans "date of birth" %}
{{ form.date_of_birth }}
{% if form.relationship_status.errors %}
{{ form.relationship_status.errors }}
{% endif %}
- {% trans "relationship_status" %}
+ {% trans "relationship status" %}
{{ form.relationship_status }}
@@ -110,7 +110,7 @@
{% if form.dob_of_dependants.errors %}
{{ form.dob_of_dependants.errors }}
{% endif %}
- {% trans "dob_of_dependants" %}
+ {% trans "dob of dependants" %}
{{ form.dob_of_dependants }}
@@ -120,14 +120,14 @@
{% if form.credit_rating_rating.errors %}
{{ form.credit_rating_rating.errors }}
{% endif %}
- {% trans "credit_rating_rating" %}
+ {% trans "credit rating rating" %}
{{ form.credit_rating_rating }}
{% if form.credit_rating_source.errors %}
{{ form.credit_rating_source.errors }}
{% endif %}
- {% trans "credit_rating_source" %}
+ {% trans "credit rating source" %}
{{ form.credit_rating_source }}
@@ -135,14 +135,14 @@
{% if form.credit_limit_currency.errors %}
{{ form.credit_limit_currency.errors }}
{% endif %}
- {% trans "credit_limit_currency" %}
+ {% trans "credit limit currency" %}
{{ form.credit_limit_currency }}
{% if form.credit_limit_amount.errors %}
{{ form.credit_limit_amount.errors }}
{% endif %}
- {% trans "credit_limit_amount" %}
+ {% trans "credit limit amount" %}
{{ form.credit_limit_amount }}
@@ -152,14 +152,14 @@
{% if form.highest_education_attained.errors %}
{{ form.highest_education_attained.errors }}
{% endif %}
- {% trans "highest_education_attained" %}
+ {% trans "highest education attained" %}
{{ form.highest_education_attained }}
{% if form.employment_status.errors %}
{{ form.employment_status.errors }}
{% endif %}
- {% trans "employment_status" %}
+ {% trans "employment status" %}
{{ form.employment_status }}
@@ -169,14 +169,14 @@
{% if form.kyc_status.errors %}
{{ form.kyc_status.errors }}
{% endif %}
- {% trans "kyc_status" %}
+ {% trans "kyc status" %}
{{ form.kyc_status }}
{% if form.last_ok_date.errors %}
{{ form.last_ok_date.errors }}
{% endif %}
- {% trans "last_ok_date" %}
+ {% trans "last ok date" %}
{{ form.last_ok_date }}
diff --git a/apimanager/dynamicendpoints/templates/dynamicendpoints/index.html b/apimanager/dynamicendpoints/templates/dynamicendpoints/index.html
index 23ff31b..35f0238 100644
--- a/apimanager/dynamicendpoints/templates/dynamicendpoints/index.html
+++ b/apimanager/dynamicendpoints/templates/dynamicendpoints/index.html
@@ -1,15 +1,16 @@
{% extends 'base.html' %}
{% load static %}
+{% load i18n %}
{% block page_title %}{{ block.super }} / Dynamic Endpoints{% endblock page_title %}
{% block content %}
-
Dynamic Endpoints
+
{% trans "Dynamic Endpoints" %}
-
+
-
+