diff --git a/hub/services/templates/services/pricelist.html b/hub/services/templates/services/pricelist.html
index 6dd47f2..74df5f0 100644
--- a/hub/services/templates/services/pricelist.html
+++ b/hub/services/templates/services/pricelist.html
@@ -297,16 +297,17 @@
{% if filter_cloud_provider or filter_service or filter_compute_plan_group or filter_service_level or show_discount_details or show_addon_details or show_price_comparison %}
Active Filters:
- {% if filter_cloud_provider %}
Cloud Provider: {{ filter_cloud_provider }}{% endif %}
- {% if filter_service %}
Service: {{ filter_service }}{% endif %}
- {% if filter_compute_plan_group %}
Group: {{ filter_compute_plan_group }}{% endif %}
- {% if filter_service_level %}
Service Level: {{ filter_service_level }}{% endif %}
- {% if show_discount_details %}
Discount Details{% endif %}
- {% if show_addon_details %}
Addon Details{% endif %}
- {% if show_price_comparison %}
Price Comparisons{% endif %}
+
+ {% if filter_cloud_provider %}- Cloud Provider: {{ filter_cloud_provider }}
{% endif %}
+ {% if filter_service %}- Service: {{ filter_service }}
{% endif %}
+ {% if filter_compute_plan_group %}- Group: {{ filter_compute_plan_group }}
{% endif %}
+ {% if filter_service_level %}- Service Level: {{ filter_service_level }}
{% endif %}
+ {% if show_discount_details %}- Discount Details
{% endif %}
+ {% if show_addon_details %}- Addon Details
{% endif %}
+ {% if show_price_comparison %}- Price Comparisons
{% endif %}
+
{% endif %}
-
{% if pricing_data_by_group_and_service_level %}
{% for group_name, service_levels in pricing_data_by_group_and_service_level.items %}