{% extends "base.html" %} {% block title %} Gas Supplies > {{g_supply.id}} > Notes {% endblock %} {% block nav %} Gas Supplies > {{g_supply.id}} > Notes [add] {% endblock %} {% block content %}
Edit | Category | Importance | Body |
---|---|---|---|
[edit] | {{note.category}} | {% if note.is_important %} High {% else %} Low {% endif %} | {{note.body}} |