{#{% load issue_filters %}#}
# | #}Id | Created/Applied | Tickets | Affected departments | Buttons |
---|---|---|---|---|---|
{{ forloop.counter }} | #}{{ proposal.id }} {% if proposal.pushed_to_oebs %} {% else %} {% endif %} |
{{ proposal.created_at }} ({{ proposal.author }})
{% if proposal.applied_at %} {{ proposal.applied_at }} {% if proposal.applied_by %}({{ proposal.applied_by }}){% endif %} {% endif %} |
{% if proposal.department_ticket %}{{ proposal.department_ticket }} {% endif %} |
{% if proposal.root_departments %}{{ proposal.root_departments|join:", " }} {% endif %} {# #} {% for dep in proposal.departments %} {% if dep.action_type == 'create' %} {% elif dep.action_type == 'move' %} {% elif dep.action_type == 'data' %} {% elif dep.action_type == 'delete' %} {% endif %}{{ dep.url }} {% endfor %} {% if proposal.error %} {{ proposal.error }} {% endif %} {# #} |
{% if not proposal.applied_at %} {% if proposal.locked %} {% else %} {% endif %} {% endif %} |