{% extends "base.html" %} {% block title %} Supplies » {{supply.id}} » Notes » {{note.index}} Edit {% endblock %} {% block nav %} Supplies » {{supply.id}} » Notes » {{note.index}} Edit {% endblock %} {% block content %}
Update Supply Note {% if note.timestamp %} {{ note.timestamp|hh_format }} {% endif %} {{input_textarea('body', note.body, 30, 80)}}
Delete Supply Note
{% endblock %}