{% 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 %} {% for snag in snags %} {% endfor %}
Snags
View Start Date Finish Date Description Ignored?
view {{snag.start_date|hh_format}} {{snag.finish_date|hh_format}} {{snag.description}} {% if snag.is_ignored %} Ignored {% else %} Not ignored {% endif %}
{% for hh in hh_data %} {%- 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
[edit] {{hh.start_date|hh_format}} {{hh.value}} {{hh.status}}
{% endblock %}