equal
deleted
inserted
replaced
8 |
8 |
9 |
9 |
10 |
10 |
11 <ul class="nav navbar-nav navbar-right"> |
11 <ul class="nav navbar-nav navbar-right"> |
12 {% for href, caption in get_vpsc_dates(): %} |
12 {% for href, caption in get_vpsc_dates(): %} |
13 {%- if href[1:] == act -%} |
13 <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span> |
14 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li> |
|
15 |
14 |
16 {% endfor %} |
15 {% endfor %} |
17 </ul> |
16 </ul> |
18 |
17 |
19 <img src="/static/images/ozoneloss/eskp_vpsc_{{ year }}.svg" alt="{{ year }}"> |
18 <img src="/static/images/ozoneloss/eskp_vpsc_{{ year }}.svg" alt="{{ year }}"> |