{% extends "base.html" %} {% block title %} » Supplies » {{supply.id}} » Notes {% endblock %} {% block nav %} Supplies » {{supply.id}} » Notes [add] {% endblock %} {% block content %} Notes {% for note in supply_note.notes|reverse %} {% endfor %}
Edit Timestamp Body
[edit] {% if note.timestamp %}{{note.timestamp|hh_format}}{% endif %}
{{note.body}}
{% endblock %}