Mercurial > repos > jankanis > blast2html
comparison blast2html.html.jinja @ 24:c8347745bbad
use Iteration_message tag; also work with unexpected Hit_id values
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Thu, 15 May 2014 12:12:21 +0200 |
parents | 6995a6f34f3f |
children | eee23a36c582 |
comparison
equal
deleted
inserted
replaced
23:6995a6f34f3f | 24:c8347745bbad |
---|---|
412 {% set hits = result|hits %} | 412 {% set hits = result|hits %} |
413 {% if not hits %} | 413 {% if not hits %} |
414 <section> | 414 <section> |
415 <h2>No Hits</h2> | 415 <h2>No Hits</h2> |
416 <div class=grey> | 416 <div class=grey> |
417 This query did not match anywhere | 417 <table class=headerdata> |
418 <tr><td class=param>Message:</td><td>{{result.Iteration_message}}</td></tr> | |
419 </table> | |
418 </div> | 420 </div> |
419 </section> | 421 </section> |
420 {% else %} | 422 {% else %} |
421 | 423 |
422 <section class=graphics> | 424 <section class=graphics> |