diff --git a/hub/templates/hub/area.html b/hub/templates/hub/area.html
index b9a6d25a8..b4e392ae3 100644
--- a/hub/templates/hub/area.html
+++ b/hub/templates/hub/area.html
@@ -223,16 +223,16 @@
{% if mp.job_titles %}
Positions
- {% with mp.job_titles|splitlines as positions %}
- {% for position in positions %}
- - {{ position }}
- {% endfor %}
- {% endwith %}
+ {% with mp.job_titles|splitlines as positions %}
+ {% for position in positions %}
+ - {{ position }}
+ {% endfor %}
+ {% endwith %}
{% endif %}
{% if mp.mp_standing_down_2024 == 'Standing Down' %}
@@ -266,14 +266,19 @@
APPGs
{% endif %}
- {% endif %}
-
-
We’re currently working on collecting updated data on MP memberships.
-
You can sign up to be notified when we add it.
-
+
+ {% else %}
+
+
We’re currently working on collecting updated data on MP memberships.
+
You can sign up to be notified when we add it.
+
+ {% endif %}