{% extends 'invoices/base.html' %} {% load static %} {% block main %}
{% if customer_list %} {% for customer in customer_list %} {% endfor %} {%else%} {%endif%}
  Name Mail Address CIF    
  {{customer.company.name}} {{customer.company.contact.email}} {{customer.company.address|upper}} {{customer.company.customer_information_file_number}} {% if invoice.pdf_document %} pdf-icon {% endif %}  
No invoices available yet...
{% endblock %}