7 lines
83 B
HTML
7 lines
83 B
HTML
{% load i18n %}
|
|
{% load tags %}
|
|
|
|
<span>
|
|
{% trans "List of speakers" %}
|
|
</span>
|