{% extends "admin/base.html" %} {% from 'shared/macros/headers.html' import page_header %} {% block title %}Quick Capture{% endblock %} {% block alpine_data %}quickCapture(){% endblock %} {% block content %} {{ page_header('Quick Capture', subtitle='Capture offline prospects on the go') }}
,

Recent Captures ()

{% endblock %} {% block extra_scripts %} {% endblock %}