{% extends "base.html" %} {% set model_status = 'active' %} {% set data_status = none %} {% set audit_status = none %} {% set runs_status = none %} {% include "include/navbar.html" %} {% block title %} Models {% endblock %} {% block content %}
{% with model=none %} {% set model_name_subnav = 'active' %} {% set model_version_subnav = none %} {% include "include/model/model_subnav.html" %} {% endwith %}
Select a team to view available models


{% for model in models %}
{% with model=model %} {% include "include/model/card.html" %} {% endwith %}
{% endfor %}
{% endblock %}