[
{% if nav_on_querybuilder %}
Query builder
{% else %}
Query builder
{% endif %}
|
{% if nav_on_query %}
SQL
{% else %}
SQL
{% endif %}
|
{% if nav_on_highlight %}
Highlighting
{% else %}
Highlighting
{% endif %}
{% comment %}
|
{% if nav_on_count or not query_selected %}
preview count
{% else %}
preview count
{% endif %}
{% endcomment %}
|
Results (
{% if nav_on_results or not query_selected %}
table
{% else %}
table
{% endif %}
|
{% if nav_on_results_recordwise or not query_selected %}
recordwise
{% else %}
recordwise
{% endif %}
{% comment %}
|
{% if not query_selected %}
TSV
{% else %}
TSV
{% endif %}
{% endcomment %}
|
{% if not query_selected %}
Excel
{% else %}
Excel
{% endif %}
)
]
[
{% if nav_on_pe_build %}
Build Patient Explorer (PE)
{% else %}
Build Patient Explorer (PE)
{% endif %}
|
{% if nav_on_pe_choose %}
Choose PE
{% else %}
Choose PE
{% endif %}
|
{% if nav_on_highlight %}
Highlighting
{% else %}
Highlighting
{% endif %}
|
PE results (
{% if nav_on_pe_results or not pe_selected %}
view
{% else %}
view
{% endif %}
{% comment %}
|
{% if not pe_selected %}
PE: TSV
{% else %}
PE: TSV
{% endif %}
{% endcomment %}
|
{% if not pe_selected %}
Excel
{% else %}
Excel
{% endif %}
)
|
PE data finder (
{% if nav_on_pe_df_results or not pe_selected %}
view
{% else %}
view
{% endif %}
|
{% if not pe_selected %}
Excel
{% else %}
Excel
{% endif %}
)
|
{% if nav_on_pe_monster_results or not pe_selected %}
PE Monster Data
{% else %}
PE Monster Data
{% endif %}
]