{% extends "billing_base.html" %} {% load i18n humanize %} {% block coltype %}colM{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ heading }} @ {{detail.cost|stringformat:"01.2f"|intcomma}}


{% for row in attrs %} {% endfor %}
attribute value
{{ row.0 }}
{{ row.1 }}
{% endblock %}