{# Component for displaying "How Heard" charts and tables #} {# Expects: event, how_heard_counts, total_how_heard_responses, how_heard_by_event, all_how_heard_labels, top_10_labels #}
| Quelle | Anzahl | Prozent |
|---|---|---|
| {{ label }} | {{ how_heard_counts[label] }} | {% if total_how_heard_responses > 0 %} {{ "%.1f"|format((how_heard_counts[label] / total_how_heard_responses) * 100) }}% {% else %} 0.0% {% endif %} |
| Gesamt | {{ total_how_heard_responses }} | 100.0% |
| Event | Quelle | Anzahl | % |
|---|---|---|---|
| {{ evt_data['event_name'] }} | {{ label }} | {{ evt_data['counts'][label] }} | {{ "%.1f"|format(evt_data['percentages'][label]) }}% |
Keine Daten zu "Wie hast du von der NooK gehört?" vorhanden.
{% endif %}