{% extends "wafer/base.html" %} {% load i18n %} {% block title %}{% trans "Speakers" %} - {{ WAFER_CONFERENCE_NAME }}{% endblock %} {% block content %}

{% trans 'Speakers' %}

{% for row in speaker_rows %}
{% for user_profile in row %} {% endfor %}
{% endfor %}
{% endblock %}