{% 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? Cancel
{% else %}
Delete HH Data {{input_date('start', None, 'minute')}} {{input_date('finish', None, 'minute')}}
Insert HH datum {{input_date('start', None, 'minute')}} {{input_text('value', '')}}
{% endif %} {% endblock %}