| author | Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de> | 
| Fri, 28 Feb 2020 14:05:59 +0100 | |
| changeset 1116 | 0559fcb555f1 | 
| parent 288 | 8f9f53afe855 | 
| permissions | -rw-r--r-- | 
| j@249 | 1 | {% extends "theme.html" %} 
 | 
| j@249 | 2 | {% block body %}
 | 
| j@249 | 3 | <div class="container"> | 
| j@249 | 4 | <div class="col-lg-12"> | 
| j@249 | 5 | <div class="row"> | 
| j@249 | 6 |      {{ content|safe }}
 | 
| j@249 | 7 | </div> | 
| j@249 | 8 | |
| j@249 | 9 | |
| j@249 | 10 | |
| j@249 | 11 | <ul class="nav navbar-nav navbar-right"> | 
| j@249 | 12 | {% for href, caption in  get_vpsc_dates(): %}
 | 
| rb@288 | 13 |      <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
 | 
| j@249 | 14 | |
| j@249 | 15 | {% endfor %}
 | 
| j@249 | 16 | </ul> | 
| j@249 | 17 | |
| j@249 | 18 |     <img src="/static/images/ozoneloss/eskp_vpsc_{{ year }}.svg" alt="{{ year }}">
 | 
| j@250 | 19 | |
| j@250 | 20 | <div class="row"> | 
| j@250 | 21 | {{ content_explanation|safe }}
 | 
| rb@264 | 22 | {{ modal_info|safe }}
 | 
| j@250 | 23 | </div> | 
| j@250 | 24 | |
| j@250 | 25 | </div> | 
| j@249 | 26 | |
| j@249 | 27 | </div> | 
| j@249 | 28 | {% endblock %}
 |