{% extends "base.html" %} {% block title %} » Gas Supplies » {{g_supply.id}} » Notes {% endblock %} {% block nav %} Gas Supplies » {{g_supply.id}} » Notes [add] {% endblock %} {% block content %}

Notes

{% for note in g_supply_note.notes %} {% endfor %}
Edit Category Importance Body
[edit] {{note.category}} {% if note.is_important %} High {% else %} Low {% endif %}
{{note.body}}
{% endblock %}