{% extends "emmaa_page_template.html" %} {% from "path_macros.html" import path_table, path_card %} {% block additional_scripts %} {% endblock %} {% block body %} {% if is_all_stmts %} {% if msg %} {{ msg }} {% endif %}
{% if filter_curated %} {% else %} {% endif %} {% if link %} {% endif %}
{% endif %}
{% if source == 'model_statement' %} {% set url = url_for('get_statement_by_hash_model', model=model, hash_val='') %} {% else %} {% set url = url_for('get_tests_by_hash', test_corpus=test_corpus, hash_val='') %} {% endif %} {{ path_card(stmt_rows, table_title, "EvidId", [], url=url) }}
{% endblock %}