{% extends "base.html" %} {% block title %} » Supplies » Supply {{hh.channel.era.supply.id}} Era {{hh.channel.era.start_date|hh_format}} » Channel {% if hh.channel.imp_related %}Import{% else %}Export{% endif %} {{hh.channel.channel_type}} » HH {{hh.start_date|hh_format}} Edit {% endblock %} {% block nav %} Supplies » Supply {{hh.channel.era.supply.name}} Era {{hh.channel.era.start_date|hh_format}} » Channel {%- if hh.channel.imp_related -%}  Import {%- else -%}  Export {%- endif -%}  {{hh.channel.channel_type}} » HH {{hh.start_date|hh_format}} Edit {% endblock %} {% block content %} {% if request.method == 'GET' and request.values.delete %}

Are you sure you want to delete this half-hour?

{% else %}

Update HH datum

{{input_date('start', hh.start_date)}}
Value {{input_text('value', hh.value)}}

Delete this half-hour


{% endif %} {% endblock %}