{% extends 'hordak/base.html' %} {% block page_name %}Transaction Legs{% endblock %} {% block page_description %}See all legs{% endblock %} {% block content %} {% for leg in legs %} {% empty %} {% endfor %}
Transaction UUID Leg UUID Type Account Amount Description
{{ leg.transaction.uuid }} {{ leg.uuid }} {{ leg.type|title }} {{ leg.account.name }} {{ leg.amount }} {{ leg.description }}
No leg exist
{% endblock %}