{% from "macros/pagination.html" import pagination %}
| {{ column.label }} | {% endfor %}|||||
|---|---|---|---|---|---|
| {{ crash.date_processed }} | {% elif column.value == 'duplicate_of' %}{% if crash.duplicate_of %} dup | {% endif %} {% elif column.value == 'crash_type' %}{% elif column.value == 'os_and_version' %} | {{ crash.os_name }} {{ crash.os_version }} | {% elif column.value == 'comments' %}{% if request.user.is_active %} {{ crash.user_comments }} {% else %} {% if crash.user_comments %} {{ crash.user_comments | scrub_pii }} {% endif %} {% endif %} | {% else %}{{ crash[column.value] }} | {% endif %} {% endfor %}