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