diff --git a/hasjob/templates/index.html b/hasjob/templates/index.html
index b7d654483..365238003 100644
--- a/hasjob/templates/index.html
+++ b/hasjob/templates/index.html
@@ -65,12 +65,12 @@
{%- endif %}
{%- endif %}
- {%- if location and location.use_title and location.description %}
+ {%- if location and location.use_title and location.description and not paginated %}
{{ location.use_title }}
{{ location.description }}
- {%- elif location_prompts and not domain %}
+ {%- elif location_prompts and not domain and not paginated %}
In {{ location_prompts[0]['use_title'] }}? Filter this view:
@@ -81,9 +81,9 @@
{{ location.use_title }}
{%- endif %}
- {%- if domain %}
+ {%- if domain and not paginated %}
{{ org_profile(domain) }}
- {%- elif md5sum %}
+ {%- elif md5sum and not paginated %}
{%- if template_vars['jobpost_user'] %}
{{ user_profile(template_vars['jobpost_user']) }}
{%- endif %}