{{ count }} Results: {% with messages = get_flashed_messages() -%} {% if messages -%} {% for message in messages -%} {{ message|safe }} {% endfor -%} {% endif -%} {% endwith -%}

{% if page > 0 and not full -%} {% include 'paginator.html' -%} {% endif -%} {% for page in resKeys -%} {% set transcriptData = resPage[page] -%} {% set pageshort = page.replace("-", "").replace("_", "").replace(".", "") -%}

{{ beginPos + loop.index }}: {{ page }} (category: {{ transcriptData.stats['category'] }})

{{ transcriptData.stats["graphText"]|safe }}

Stats

{% include "stats.html" -%}
{% for transcriptName in transcriptData.getTranscripts() -%} {% set transcriptNameShort = transcriptName.replace("-", "").replace("_", "").replace(".", "") -%}

Transcript: {{ transcriptName }} Sample: {{ transcriptData.getSampleName(transcriptName) }}

{% include "transcripts.html" -%}
{% endfor -%}
{% endfor -%} {% if page > 0 and not full -%} {% include 'paginator.html' -%} {% endif -%}