{% from "macros/pagination.html" import pagination %} {% if query.total > 0 %} {{ pagination(query, current_url, current_page) }}
| Rank | Signature | {% if params.process_type == 'plugin' %}Plugin Filename | {% endif %}# | Win | Mac | Lin | Bugzilla IDs |
|---|---|---|---|---|---|---|---|
| {{ results_offset + loop.index }} | {% if hit.signature %} {{ hit.signature }} {% else %} (null signature) Learn More {% endif %} | {% if params.process_type == 'plugin' %}{{ hit.pluginfilename }} | {% endif %}{{ hit.count }} | {{ hit.is_windows }} | {{ hit.is_mac }} | {{ hit.is_linux }} | {% for bug in hit.bugs %} {{ show_bug_link(bug) }} {% endfor %} |
No results were found.
{% endif %}