{% extends "dashboard/base.html" %} {% load humanize %} {% block title %}Component Library{% endblock %} {% block content %}
deployed_code
Component Library
Browse and manage the building blocks of your simulations
touch_app Click a component type to browse all saved entries
edit_note Edit or delete individual components from the browse view
flowchart Assemble components into models in Models & Simulations
{% for comp in components %}
{{ comp.label }}

{{ comp.count|intcomma }}

{% endfor %}
{% endblock %}