{% 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' %} {% elif col['name'] == 'votes' %} {% else %} {% set fld = c.app.globals.get_custom_field(col['name']) %} {% if fld and fld.type == 'user' %} {% set user = t.get_custom_user(col['name']) %} {% else %} {% endif %} {% 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.votes }}
{% if user %}{{user.get_pref('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)}}