{% extends "base.html" %}
{% block title %}
» Supplies »
Supply {{channel.era.supply.name}} Era {{channel.era.start_date|hh_format}}
»
Channel {% if channel.imp_related %}Import{% else %}Export{% endif %}
{{channel.channel_type}}
{% endblock %}
{% block nav %}
Supplies »
Supply {{channel.era.supply.name}}
Era {{channel.era.start_date|hh_format}} »
Channel {% if channel.imp_related %}Import{% else %}Export{% endif %}
{{channel.channel_type}}
[edit]
{% endblock %}
{% block content %}
Snags
View |
Start Date |
Finish Date |
Description |
Ignored? |
{% for snag in snags %}
view |
{{snag.start_date|hh_format}} |
{{snag.finish_date|hh_format}} |
{{snag.description}} |
{% if snag.is_ignored %}
Ignored
{% else %}
Not ignored
{% endif %}
|
{% endfor %}
HH Data Page
{% if prev_page != None %}
{{prev_page}}
{% endif%}
{% if next_page != None %}
{{next_page}}
{% endif%}
Edit |
Start Time |
{% if channel.imp_related %}
Import
{% else %}
Export
{% endif %}
{{channel.channel_type}}
|
Status |
{% for hh in hh_data %}
[edit] |
{{hh.start_date|hh_format}} |
{{hh.value}} |
{{hh.status}} |
{%- endfor %}
{% endblock %}