{% extends "base.html" %} {% block title %} » DC Contracts » {% if contract %} {{contract.name}} » {% endif %} Channel Snags {% endblock %} {% block inside_head %} {% endblock %} {% block nav %} DC Contracts » {% if contract %} {{contract.name}} » {% endif %} Channel Snags {% endblock %} {% block content %}
Filters {{input_text('days_hidden', initial='5', size=3, maxlength=3)}} {{input_checkbox('is_ignored', False)}} {{input_checkbox('only_ongoing', initial=True)}}
{{input_radio('show_settlement', 'yes', initial=False)}} {{input_radio('show_settlement', 'no', initial=False)}} {{input_radio('show_settlement', 'both', initial=True)}}
{{input_text('days_long_hidden', initial='', size=3, maxlength=3)}}
Comm Filter
{% for comm in comms %} {{input_checkbox('comm_id', initial=True, value=comm.id)}} {% endfor %}
{% endblock %}