{% extends 'inventory/base.html' %} {% block title %}List Unit of Measure{% endblock %} {% block content %}

List Units of Measure

{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %}
{% for uom in uoms %} {% endfor %}
Name Symbol Added By Created At Updated At Action
{{ uom.unit }} {{ uom.symbol }} {{ uom.added_by }} {{ uom.created_at }} {{ uom.updated_at }}
{% for uom in uoms %} {% endfor %} {% endblock %}