{% 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

{% for snag in snags %} {% endfor %}
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 %}

HH Data Page {% if prev_page != None %} {{prev_page}} {% endif%} {% if next_page != None %} {{next_page}} {% endif%}

{% for hh in hh_data %} {%- endfor %}
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 %}