{% extends "base.html" %} {% block title %} Gas Supplies » {{g_supply.id}} » Notes » {{note.index}} Edit {% endblock %} {% block nav %} Gas Supplies » {{g_supply.id}} » Notes » {{note.index}} Edit {% endblock %} {% block content %}
Edit Note {{input_text('category', note.category)}} {{input_checkbox('is_important', note.is_important)}} {{input_textarea('body', note.body, 30, 80)}}
Delete Note
{% endblock %}