{% extends "base.html" %} {% block title %} » DC Contracts » {{contract.name}} » Channel Snags {% endblock %} {% block nav %} DC Contracts » {{contract.name}} » Channel Snags {% endblock %} {% block content %}
Download CSV

The 'Days Since Snag Finished' column is blank if the snag is ongoing (ie. if the finish date is 'ongoing' or if it finished less than 'Days Hidden' ago).

{{input_text('days_hidden', '0', 3, 3)}} {{input_checkbox('is_ignored', False)}}

There are {{total_snags}} snag(s) older than {{request.values.days_hidden}} days {%- if not is_ignored %} that aren't ignored {%- endif -%}.

{% for snag_group in snag_groups %} {% endfor %}
Snags (truncated after 200)
View Import MPAN Core Export MPAN Core Sites Snag Description Channels Duration
    {% for snag in snag_group.snags %}
  • view [edit] {% if snag.is_ignored %} ignored{% endif %}
  • {% endfor %}
{% if snag_group.era.imp_mpan_core %} {{snag_group.era.imp_mpan_core}} {% endif %} {% if snag_group.era.exp_mpan_core %} {{snag_group.era.exp_mpan_core}} {% endif %}
    {% for site in snag_group.sites %}
  • {{site.code}} {{site.name}}
  • {% endfor %}
{{snag_group.description}}
    {% for snag in snag_group.snags %}
  • {% if snag.channel.imp_related %} Import {% else %} Export {% endif %} {{snag.channel.channel_type}}
  • {% endfor %}
{{snag_group.start_date|hh_format}} to {{snag_group.finish_date|hh_format}}
{% endblock %}