{% extends "base.html" %} {% block title %} » Supplies » Supply {{era.supply.id}} Era {{era.start_date|hh_format}} » Add Channel {% endblock %} {% block nav %} Supplies » Supply {{era.supply.id}} Era {{era.start_date|hh_format}} » Add Channel {% endblock %} {% block content %}

Existing Channels

{% for channel in channels %} {% endfor %}
Import / Export Related? Type
{% if channel.imp_related %} Import {% else %} Export {% endif %} {{channel.channel_type}}

Add a channel


{% endblock %}