{% extends "base.html" %} {% load static %} {% block content %}

CustomerRcAllocation Listing

{% for object in object_list %} {% endfor %}
IDLink tech_prefix priority discount allow_negative_margin description
{{object.pk}} {{object}} {{ object.tech_prefix }} {{ object.priority }} {{ object.discount }} {{ object.allow_negative_margin }} {{ object.description }}
Create new CustomerRcAllocation {% endblock %}