{% extends "base.html" %} {% block title %}Dimensions{% endblock %} {% block body %}

Dimensions & Object Masters

Accounts answer what. Dimensions answer who, where, why, and what function.

{% for table, rows in data.items() %}

{{ table.replace('_',' ')|title }} ({{ rows|length }})

{% if table=='vendors' %} {% for r in rows %}{% endfor %} {% else %} {% for r in rows %}{% endfor %} {% endif %}
NameDefault account
{{ r.name }}{{ r.default_account_id or '—' }}
Name
{{ r.name }}
{% endfor %} {% endblock %}