{% extends "layout/default.html" %} {% load i18n %} {% block title %}{% translate "Add Bill" %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Bills" %} {% endblock %} {% block breadcumbfirst %} Manage Bills {% endblock %} {% block breadcumbaddmore %} {% endblock %} {% block content %}

Add Bill

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% csrf_token %}
Cancel
{% endblock %} {% block script %} {% endblock script %}