{% extends "base.html" %} {% block title %} » Supplies » Supply {{channel.era.supply.id}} 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 %} {% if request.method == 'GET' and request.values.delete %}

Are you sure you want to delete this channel?

{% else %}

Delete HH Data

From {{input_date('start', None, 'minute')}} to {{input_date('finish', None, 'minute')}}

Insert HH datum

{{input_date('start', None, 'minute')}} Value {{input_text('value', '')}}

Delete this channel

{% endif %} {% endblock %}