icg179@493: {% extends "theme.html" %} 
icg179@493: {% block body %}
icg179@493: <div class="container">
j@1056:   <div class="col-lg-12">
j@1056:     <div class="row">
j@1056:       {{ content|safe }}
j@1056:     </div>
icg179@493: 
j@1056:     <ul class="nav navbar-nav navbar-right">
j@1056:       {% for href, caption in  get_o3lossuvmap_dates(date): %}
j@1056:       <span>&nbsp&nbsp<span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
j@1056:       {% endfor %}
j@1056:     </ul>
j@1056:     <br>
j@1056:     <img src="/static/images/uvmap/clams_do3col_{{date}}12.png" alt="O3 loss {{ date }}"whith="250" height="250" border="0" hspace=20>
j@1056:     <img src="/static/images/uvmap/clams_o3col_{{date}}12.png" alt="O3 column {{ date }}"whith="250" height="250" border="0" hspace=20>
j@1056:     <img src="/static/images/uvmap/clams_uvi_{{ date }}12.png" alt="UV Index {{ date }}" whith="250" height="250" border="0">
icg179@493: 
icg179@493: 
j@522:     <br>
j@522:     <br>
j@522:     <br>
j@1056: 
j@1056: 
j@1056:     {{ html_table|safe }}
j@1056:     <br>
j@522:     <br>
j@522: 
j@1056:     <div class="row">
j@1056:       {{ content_explanation|safe }}
j@1056:       {{ modal_info|safe }}
j@1056:     </div>
j@1056:   </div>
j@522: </div>
icg179@493: 
icg179@493: {% endblock %}