We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed841b commit f298068Copy full SHA for f298068
findthatpostcode/templates/postcode.html.j2
@@ -112,6 +112,7 @@
112
{% endif %}
113
114
{% for a in result.relationships.areas if a.attributes.stats and a.attributes.stats.imd2019 %}
115
+ {% if loop.first %}
116
{% set rank = a.attributes.stats.imd2019.imd_rank %}
117
{% set total = other_codes.imd[result.attributes.ctry] %}
118
{% call info_block("Index of multiple deprivation (2019)") %}
@@ -125,6 +126,7 @@
125
126
{{ result.attributes.ctry.name }} were more deprived than this one.</p>
127
128
{% endcall %}
129
+ {% endif %}
130
{% endfor %}
131
</div>
132
0 commit comments