{% extends 'base.html' %} {% block title %}{{ _('Create Invoices') }} - MetaBrainz Foundation{% endblock %} {% block content %}
{{ customer.name }} {% if customer.invoices %}
No invoices {% endif %} |
No matching customers.
{% endif %} {% endmacro %}