{% if solr_error %}

{{solr_error}}

{% endif %} {{widget.fields['page_size'].display(page=page, count=count, limit=limit)}} {% if count %} {% for col in columns if col['active'] %} {% endfor %} {% for t in tickets %} {% for col in columns if col['active'] %} {% if col['name'] == 'ticket_num' %} {% elif col['name'] == 'summary' %} {% elif col['name'] == 'status' %} {% elif col['name'] == 'assigned_to' %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% if col['name'] == 'ticket_num' %} # {% else %} {{col['label']}} {% endif %}
{{t[col['name']]}}{{t[col['name']]}}{{t.status}}{% if t.assigned_to_id %}{{t.assigned_to.display_name}}{% endif %}{{t.custom_fields.get(col['name'])}} 
{{widget.fields['lightbox'].display()}} {% endif %} {{widget.fields['page_list'].display(limit=limit, page=page, count=count)}}