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