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

CustomerDestinationRate Listing

{% for object in object_list %} {% endfor %}
IDLink
{{object.pk}} {{object}}
Create new CustomerDestinationRate {% endblock %}