{% extends g.theme.master %} {% do g.register_app_css('css/tracker.css') %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Search{% endblock %} {% block header %}Search {{c.app.config.options.mount_point}}: {{q}}{% endblock %} {% block head %} {% endblock %} {% block actions %} {% if allow_edit and count != 0 %} {% endif %} {% endblock %} {% if q and h.has_access(c.app, 'save_searches')() %} {% block edit_box %} {% endblock %} {% endif %} {% block content %} {% if help_msg %}
{{g.markdown.convert(help_msg)}}
{% endif %}
{% if bin %} {% endif %}
{% if bin and h.has_access(c.app, 'save_searches')() %} {% endif %}
Help
{{c.ticket_search_results.display(solr_error=solr_error, count=count, limit=limit, query=q, tickets=tickets, sortable_custom_fields=sortable_custom_fields, columns=columns, page=page, sort=sort)}} {{c.search_help_modal.display()}} {% endblock %} {% block extra_js %} {% if q and h.has_access(c.app, 'save_searches')() %} {% endif %} {% endblock %}