{% endblock footer %}
diff --git a/templates/components/profile.html b/templates/components/profile.html
index 526ee06f..0e1ee058 100644
--- a/templates/components/profile.html
+++ b/templates/components/profile.html
@@ -5,6 +5,7 @@
Email: {{ email }}
User type: {{ user_type }}
+
Group Info
@@ -13,24 +14,45 @@
| {{ group | first }} |
- | Subscriptions: |
+ Subs: |
{% if subscriptions | length > 0 %}
-
+
{% for sub in subscriptions %}
- -
- {{ sub }}
+
-
+
+ {{ sub.name }}
+
+ {% if sub.kind == "resource" %}
+ Web App
+ {% elif sub.kind_designation == "mcp" %}
+ Model Context Protocol
+ {% elif sub.kind_designation == "inference" %}
+ Inference API
+ {% else %}
+ {{ sub.kind }}
+ {% endif %}
+
+
+
+ {% if sub.description %}
+
+ {{ sub.description }}
+
+ {% endif %}
{% endfor %}
{% else %}
- None
+ None
{% endif %}
|
+
- {%include "components/token.html" %}
+ {% include "components/token.html" %}
diff --git a/templates/foundation.html b/templates/foundation.html
index 45ce5a9b..644896d6 100644
--- a/templates/foundation.html
+++ b/templates/foundation.html
@@ -148,7 +148,7 @@
-
Powered by OpenBridge v0.1.0
+
Powered by Bridge v0.1.0
@@ -222,7 +222,7 @@
-
Powered by OpenBridge v0.1.0
+
Powered by Bridge v0.1.0