{% extends 'base.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% load crispy_forms_filters %} {% block title %} {{ _("Create Bill") |capfirst }} {% endblock title %} {% block content %}
{% trans 'Bill for' %} {{ po_model.po_title }}