{% extends "base.html" %} {% block title %} Models {% endblock %} {% block content %}
{% with model=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 %}