{% 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 %}
Show HH Data {{input_date('start', start_date, resolution='month')}}

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

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