{% extends "portal_base.html" %} {% block title %}Dashboard · Portal{% endblock %} {% block topbar_title %}Dashboard{% endblock %} {% block portal_content %}
| Name | Source | Status |
|---|---|---|
| {{ lead.contact }} | {% if lead.attribution %}{{ lead.attribution.utm_source|default:"direct" }}{% if lead.attribution.utm_campaign %} / {{ lead.attribution.utm_campaign }}{% endif %}{% else %}—{% endif %} | {{ lead.get_status_display }} |
| No leads yet. | ||
{{ campaign.name }} — {{ campaign.get_channel_display }} · {{ campaign.get_status_display }} {% if campaign.scheduled_for %} · {{ campaign.scheduled_for }}{% endif %}
{% empty %}No campaigns yet.
{% endfor %}