{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% block title %} Allocation Accounts {% endblock %} {% block content %}

Allocation Accounts

Add Allocation Account
{% if allocationaccount_list %}
{% for account in allocationaccount_list %} {% endfor %}
Name Created
{{ account.name }} {{ account.created }}
{% else %}
You have not added any allocation accounts!
{% endif %} {% endblock %}