diff --git a/passbook/admin/templates/administration/application/list.html b/passbook/admin/templates/administration/application/list.html index 66e8443f9..7a5df9bd2 100644 --- a/passbook/admin/templates/administration/application/list.html +++ b/passbook/admin/templates/administration/application/list.html @@ -9,33 +9,35 @@ {% block content %}
{% trans 'Name' %} | -{% trans 'Provider' %} | -- |
---|---|---|
{{ application.name }} | -{{ application.provider }} | -- {% trans 'Edit' %} - {% trans 'Delete' %} - | -
{% trans 'Name' %} | +{% trans 'Provider' %} | ++ |
---|---|---|
{{ application.name }} | +{{ application.provider }} | ++ {% trans 'Edit' %} + {% trans 'Delete' %} + | +
{% trans 'Expiry' %} | -{% trans 'Link' %} | -- |
---|---|---|
{{ invitation.expires|default:"Never" }} | -{{ invitation.link }} |
- - {% trans 'Delete' %} - | -
{% trans 'Expiry' %} | +{% trans 'Link' %} | ++ |
---|---|---|
{{ invitation.expires|default:"Never" }} | +
+ {{ invitation.link }}+ |
+ + {% trans 'Delete' %} + | +
@@ -19,7 +19,7 @@
@@ -31,7 +31,7 @@
@@ -43,7 +43,7 @@
@@ -55,7 +55,7 @@
@@ -67,7 +67,7 @@
@@ -79,7 +79,7 @@
diff --git a/passbook/admin/templates/administration/policy/list.html b/passbook/admin/templates/administration/policy/list.html index 042509087..342e92b57 100644 --- a/passbook/admin/templates/administration/policy/list.html +++ b/passbook/admin/templates/administration/policy/list.html @@ -9,42 +9,46 @@ {% block content %}
{% trans 'Name' %} | -{% trans 'Class' %} | -- |
---|---|---|
{{ policy.name }} | -{{ policy|fieldtype }} | -- {% trans 'Edit' %} - {% trans 'Test' %} - {% trans 'Delete' %} - | -
{% trans 'Name' %} | +{% trans 'Class' %} | ++ |
---|---|---|
{{ policy.name }} | +{{ policy|fieldtype }} | ++ {% trans 'Edit' %} + {% trans 'Test' %} + {% trans 'Delete' %} + | +
{% trans 'Name' %} | -{% trans 'Class' %} | -- |
---|---|---|
{{ provider.name }} | -{{ provider|fieldtype }} | -
- {% trans 'Edit' %}
- {% trans 'Delete' %}
- {% get_links provider as links %}
- {% for name, href in links.items %}
- {% trans name %}
+ {% trans "Providers" %}+ {% trans "Authentication Protocol Provider, used as Protocol behind an Application." %} ++
+
+ |
-
{% trans 'Name' %} | +{% trans 'Class' %} | ++ |
---|---|---|
{{ provider.name }} | +{{ provider|fieldtype }} | ++ {% trans 'Edit' %} + {% trans 'Delete' %} + {% get_links provider as links %} + {% for name, href in links.items %} + {% trans name %} + {% endfor %} + | +
{% trans 'Username' %} | -{% trans 'First Name' %} | -{% trans 'Last Name' %} | -{% trans 'Active' %} | -{% trans 'Last Login' %} | -- |
---|---|---|---|---|---|
{{ user.username }} | -{{ user.first_name|default:'-' }} | -{{ user.last_name|default:'-' }} | -{{ user.is_active }} | -{{ user.last_login }} | -- {% trans 'Edit' %} - {% trans 'Delete' %} - | -
{% trans 'Username' %} | +{% trans 'First Name' %} | +{% trans 'Last Name' %} | +{% trans 'Active' %} | +{% trans 'Last Login' %} | ++ |
---|---|---|---|---|---|
{{ user.username }} | +{{ user.first_name|default:'-' }} | +{{ user.last_name|default:'-' }} | +{{ user.is_active }} | +{{ user.last_login }} | ++ {% trans 'Edit' %} + {% trans 'Delete' %} + | +