diff --git a/apimanager/consumers/templates/consumers/detail.html b/apimanager/consumers/templates/consumers/detail.html
index 8e530d1..7255514 100644
--- a/apimanager/consumers/templates/consumers/detail.html
+++ b/apimanager/consumers/templates/consumers/detail.html
@@ -7,63 +7,104 @@
Consumer {{ consumer.app_name }}
-
- ID
- {{ consumer.consumer_id }}
-
-
-
- App Name
- {{ consumer.app_name }}
-
-
-
- App Type
- {{ consumer.app_type }}
-
-
-
- Developer Email
- {{ consumer.developer_email }}
-
-
-
- Created
- {{ consumer.created|naturaltime }}
-
-
-
- Created By User ID
- {{ consumer.created_by_user_id }}
-
-
-
- Redirect URL
- {{ consumer.redirect_url }}
-
-
-
-
Description
-
{{ consumer.description }}
-
-
-
- {% if consumer.enabled %}
- {% url 'consumers-disable' consumer.consumer_id as url_action %}
- {% else %}
- {% url 'consumers-enable' consumer.consumer_id as url_action %}
- {% endif %}
-