{% extends "shared/frontend/base.html" %} {% block title %}Salg Dashboard - BMC Hub{% endblock %} {% block content %}
Pipeline-overblik og opfølgning for salgsteamet
/.
| ID | Titel | Kunde | Stage | Beløb | Sandsynlighed | |
|---|---|---|---|---|---|---|
| #{{ item.id }} | {{ item.titel }} | {{ item.customer_name }} | {{ item.pipeline_stage or '-' }} | {{ "{:,.0f}".format((item.pipeline_amount or 0)|float).replace(',', '.') }} kr. | {{ "%.0f"|format((item.pipeline_probability or 0)|float) }}% | Ã…bn |
| Ingen opportunities fundet. | ||||||
Ingen deadlines de næste 14 dage.
{% endfor %}