{% 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 %} Version {% endblock %} {% block content %}
{% set model_name_subnav = none %} {% set model_version_subnav = 'active' %} {% include "include/model/model_subnav.html" %}
Available Model Versions

{% for version in versions %} v{{ version["version"] }} -- {{ version["date"] }} {% endfor %}

Model

{% include "include/model/model_metadata.html" %}
{% if runcard is not none %} {% if runcard["tags"]|length > 0 %}
{% include "include/model/model_tags.html" %}
{% endif %} {% endif %}
{% include "include/model/model_extras.html" %}
{% endblock %} {% block scripts %} {% endblock %}