diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 7f8420c..bc61476 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -107,10 +107,8 @@
{% trans 'Name' %}: {{ acc.name }}
-{% trans 'Profile' %}: {{ acc.get_type_profile_display }}
-{% trans 'Email' %}: {{ acc.email }}
-{% trans 'Contact' %}: {{ acc.phone }}
- -{% trans 'No users found' %}
-{% trans 'Name' %}: {{ acc }}
+{% trans 'Email' %}: {{ acc.email }}
+{% trans 'Description' %}: {{ acc.description|truncatechars:100|default:_("Not Informed") }}
+{% trans 'No users found' %}
+