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