{% extends "dashboard/base.html" %} {% load humanize %} {% load static %} {% load browse_extras %} {% block title %}Component Library — {{ ui_nice_name }}{% endblock %} {% block content %}

Components >  {{ ui_nice_name }}

{{ ui_nice_name }}

{{ total_count|intcomma }} records

search
scroll →
{% for col, header in columns|zip:headers %} {% if col in group_column_names %} {% else %} {% endif %} {% endfor %} {% for row in rows %} {% for col in columns %} {% if col in group_column_names %} {% else %} {% endif %} {% endfor %} {% empty %} {% endfor %}
Linked
Models
{{ header }}{{ header|safe }}
{% if row.sim_count > 0 %} {{ row.sim_count }} {% else %} {% endif %} {{ row|dict_get:col|safe }}{{ row|dict_get:col|safe }}
No records found
{% endblock %}