{% extends "base.html" %} {% block title %}Dashboard - Form Relay{% endblock %} {% block content %}
| Date | Site | Name | Phone | Equipment | |
|---|---|---|---|---|---|
| {{ sub.submitted_at[:16] }} | {{ sub.site_name }} | {{ sub.customer_name or '-' }} | {{ sub.customer_phone or '-' }} | {{ sub.customer_email or '-' }} | {{ sub.customer_equipment or '-' }} |
No submissions yet
{% endif %}