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