{#- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -#} {% extends g.theme.master %} {% do g.register_app_css('css/tracker.css') %} {% block title %}{{c.project.name}} / {{app.config.options.mount_label}} / Saved Searches{% endblock %} {% block head %} {% endblock %} {% block header %}Saved Searches{% endblock %} {% block content %}
{% if not bins %} {% endif %} {% for bin in bins %} {% endfor %} {% set num_bins = bins.__len__() %}
Name Terms  
No saved searches have been created yet.
{{bin.summary}} {{bin.terms}} {{ g.icons['help'].render( show_title=True, target='_blank', href=tg.url(app.url + 'search_help/'), rel='nofollow', extra_css='btn search_help_modal') }} {% if bin.error %}
{{bin.error}}{% endif %}
{{ g.icons['delete'].render(extra_css='del_bin') }} {{ g.icons['edit'].render(extra_css='edit_bin') }}
{{ g.icons['help'].render( show_title=True, target='_blank', href=tg.url(app.url + 'search_help/'), rel='nofollow', extra_css='btn search_help_modal') }} {% if new_bin and new_bin.error %}
{{new_bin.error}}{% endif %}
 
Add Search
{% if errors %} Cancel {% else %} Cancel {% endif %}
{{lib.csrf_token()}}
{% endblock %} {% block extra_js %} {% endblock %}