{% extends 'base.html' %} {% load bootstrap3 %} {% block title %} Select Chain | {{ block.super }} {% endblock %} {% block content %}

Chains

Expenses and Revenues for {{ camp.title }} must be associated with a Creditor or Debtor. Each Creditor and Debtor belongs to a Chain - e.g. the Creditor Netto Gelsted Belongs to the Chain Netto.

To continue, pick an existing Chain, or create a new.

{% if chain_list %}

Existing Chains

{% else %}

No existing Chains found. You can create a new Chain below.

{% endif %}

Create New Chain Cancel

{% endblock %}