diff --git a/pod/bbb/templates/bbb/list_meeting.html b/pod/bbb/templates/bbb/list_meeting.html index eed06c22a2..5e60cb96e9 100644 --- a/pod/bbb/templates/bbb/list_meeting.html +++ b/pod/bbb/templates/bbb/list_meeting.html @@ -4,9 +4,6 @@ {% block page_extra_head %} - {% endblock %} {% block breadcrumbs %} @@ -18,8 +15,8 @@

{% trans "Create a video from a BigBlueButton presentation" %}

{% if records.paginator.count == 0 %} -

{% trans "No record found"%}

- +

{% trans "No record found" %}

+ {% else %}

{% blocktrans count counter=records.paginator.count %}{{ counter }} record found{% plural %}{{ counter }} records found{% endblocktrans %}

{% trans "This is the list of the recorded BigBlueButton sessions for which you were moderator. This module allows you to create a video from a BigBlueButton presentation." %}
@@ -61,6 +58,9 @@