{% extends "base.html" %} {% block content %}

{{ collection_name or 'Data catalog' }} Models

Explore models generated or used in {{ collection_name }} and hosted on FAIRdom or BioModels archive.

{% if filters_applied %}
Filters Active: Showing {{ hits_returned }} results {% if not page_size_met %}(fetched {{ pages_fetched }} page(s), timeout reached){% endif %} | {% if filter_case_study %}Case Study: {{ filter_case_study }} {% endif %} {% if filter_flow_step %}Flow Step: {{ filter_flow_step }} {% endif %} {% if filter_regulatory_question %}Regulatory Question: {{ filter_regulatory_question }} {% endif %}
{% endif %}
{% if error %}
{{ error }}
{% elif studies %} {% for study in studies %}
{{ study.accession or study.accno }} {{ study.type or 'unknown' }}
{{ study.title or 'Untitled Study' }}
Released: {{ study.release_date or study.rdate or 'N/A' }}
{% endfor %} {% else %}
No studies found
{% endif %}
{% endblock %}