File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 9
9
</div >
10
10
</div >
11
11
12
- <div class =" cf" >
12
+ {# <div class="cf">
13
13
<div class="db fl w-30-l w-100 mh0 mv2 tr-l pr3 b">
14
14
<a href="https://ngoaidmap.org/" target="_blank" class="link b dark-gray">{% trans %}NGO Aid Map{% endtrans %}</a>
15
15
</div>
30
30
{% endfor %}
31
31
</ul>
32
32
</div>
33
- </div >
33
+ </div>#}
34
34
35
35
<div class =" cf" >
36
36
<div class =" db fl w-30-l w-100 mh0 mv2 tr-l pr3 b" >
42
42
(DFID), other UK government departments and partners.{% endtrans %}
43
43
</p >
44
44
<ul class =" list pa0 ma0" >
45
+ {% if area .countries |length < 50 %}
45
46
{% for c in area ["countries" ] %}
46
47
<li class =" di mr2 pb0" >
47
48
<a href =" https://devtracker.dfid.gov.uk/countries/{{ c.iso2 }}/" target =" _blank"
50
51
</a >
51
52
</li >
52
53
{% endfor %}
54
+ {% else %}
55
+ <li class =" di mr2 pb0" >
56
+ <a href =" https://devtracker.dfid.gov.uk/" target =" _blank"
57
+ class =" link blue mw5 nowrap dib overflow-hidden truncate external-link" >
58
+ DfID Dev Tracker
59
+ </a >
60
+ </li >
61
+ {% endif %}
53
62
</ul >
54
63
</div >
55
64
</div >
You can’t perform that action at this time.
0 commit comments