{% extends "base.html" %} {% block title %}Export Customers | Customer Log & Sign Off{% endblock %} {% block content %} Password-protected customer export Filter the customer list, then enter the export password to download a CSV file. Back to Customer Log Export filters Search Status All statuses {% for option in status_options %} {{ option }} {% endfor %} Machine interest All machines {% for machine in machine_options %} {{ machine }} {% endfor %} Matching customers now: {{ matching_count }} Confirm export Export password The CSV file will include company details, address, contacts, statuses, machine interests, notes, and next contact date. Download CSV export Cancel {% endblock %}
Filter the customer list, then enter the export password to download a CSV file.
The CSV file will include company details, address, contacts, statuses, machine interests, notes, and next contact date.