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

CustomerRatecard Listing

slug{{ object.slug }}
rc_type{{ object.rc_type }}
name{{ object.name }}
status{{ object.status }}
status_changed{{ object.status_changed }}
created{{ object.created }}
modified{{ object.modified }}
Edit CustomerRatecard {% endblock %}