{% extends 'base.html' %} {% load bootstrap3 %} {% block title %} {% if object %}Update{% else %}Create{% endif %} Expense | {{ block.super }} {% endblock %} {% block content %}
{{ creditor.chain.name }}{% if not object %} Change{% endif %}
{{ creditor.chain.notes }}
{{ creditor.name }}{% if not object %} Change{% endif %}
{{ creditor.notes }}