{% extends "skaffold_layout.html" %} {% block body %} {% if not units %}

No records found

{% else %} {% for prop in properties %} {% endfor %} {% for unit in units %} {% for prop in properties %} {% endfor %} {% endfor %}
{{ prop.key }}Actions
{{ unit.getattr(prop.key) }}View Edit
{% endif %} Create New Record {% endblock %}