{% 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 %} {% for channel in channels %} {% endfor %}
Existing Channels
Import / Export Related? Type
{% if channel.imp_related %} Import {% else %} Export {% endif %} {{channel.channel_type}}
Add a channel
{% endblock %}