diff --git a/templates/fragments/applications/environments.html b/templates/fragments/applications/environments.html
index 4ff29837..e9be921e 100644
--- a/templates/fragments/applications/environments.html
+++ b/templates/fragments/applications/environments.html
@@ -11,22 +11,42 @@
-
-
-
- {{ "portfolios.applications.environments.name" | translate }} |
- {{ "portfolios.applications.environments.members" | translate }} |
-
-
+
+
+
+
+
+ {{ "portfolios.applications.environments.name" | translate }} |
+ {{ "portfolios.applications.environments.members" | translate }} |
+
+
-
- {% for environment in application.environments %}
-
- {{ environment.name }} |
- Show Members({{ environment.num_users }}){{ Icon('caret_down') }} |
-
- {% endfor %}
-
-
+
+ {% for environment in application.environments %}
+
+ {{ environment.name }} |
+
+
+ Hide Members({{ environment.num_users }}){{ Icon('caret_up') }} |
+
+
+
+ Show Members({{ environment.num_users }}){{ Icon('caret_down') }} |
+
+
+
+
+
+ User Name here
+
+ |
+
+
+
+ {% endfor %}
+
+
+
+