{% extends "base.html" %} {% block title %} HHDC Contracts > {{snag.channel.era.hhdc_contract.name}} > Channel Snags > {{snag.id}} {% endblock %} {% block nav %} HHDC Contracts > {{snag.channel.era.hhdc_contract.name}} > Channel Snags > {{snag.id}} {% 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}} |