{% extends "base.html" %}
{% block title %}
» DC Contracts » {{snag.channel.era.dc_contract.name}} »
Channel Snags » {{snag.id}}
{% endblock %}
{% block nav %}
DC Contracts »
{{snag.channel.era.dc_contract.name}} »
Channel Snags >
{{snag.id}} >
Edit
{% endblock %}
{% block content %}
Date Created |
{{snag.date_created|hh_format}} |
Ignored? |
{% if snag.is_ignored %}
Ignored
{% else %}
Not ignored
{% endif %}
|
Description |
{{snag.description}} |
Channel |
{% if snag.channel.imp_related %}
Import
{% else %}
Export
{% endif %}
{{snag.channel.channel_type}} channel of
supply {{snag.channel.era.supply.name}}
|
Start Date |
{{snag.start_date|hh_format}} |
Finish Date |
{{snag.finish_date|hh_format}} |
{% endblock %}