{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load i18n %} {% load rules %} {% load url_replace %} {% load pretalx_hitalx %} {% block content %}

{{ page_obj.paginator.count }} {% translate 'Speakers' %}

{% bootstrap_form search_form %} {% bootstrap_form filter_form %}
{% for profile in speakers %} {% endfor %}
{% translate "Name" %} {% translate "Expenses (Paid / Total)" %} {% translate "Tours" %}
{{ profile.user.get_display_name }} {{ profile.user | paid_expenses | euro_amount }} / {{ profile.user | total_expenses | euro_amount }} {{ profile.tours.count }}
{% include "orga/pagination.html" %} {% endblock %}