{% extends "layout.html" %} {% block title %}Users{% endblock %} {% block content %}
{% if user %}{{ warning }}
{% endif %} {% endblock %} {% block postscript %} {% if transfers %}Time | Sender | Recipient | Amount |
---|---|---|---|
{{ transfer.time }} | {{ transfer.sender }} | {{ transfer.recipient }} | {{ transfer.amount }} |