From: Guillaume Pellerin {% trans "Categories" %} :
+
{% for category in categories %}
-{{ category }} ({{ category.count }}){% if not forloop.last and categories|length > 1 %} | {% endif %}
+
{% trans "Videos for the category" %} : {{ category }}
{% endif %} diff --git a/app/locale/fr/LC_MESSAGES/django.mo b/app/locale/fr/LC_MESSAGES/django.mo index 9a60f99d..aa382bfd 100644 Binary files a/app/locale/fr/LC_MESSAGES/django.mo and b/app/locale/fr/LC_MESSAGES/django.mo differ diff --git a/app/locale/fr/LC_MESSAGES/django.po b/app/locale/fr/LC_MESSAGES/django.po index c27d13f7..d4854ed0 100644 --- a/app/locale/fr/LC_MESSAGES/django.po +++ b/app/locale/fr/LC_MESSAGES/django.po @@ -341,20 +341,20 @@ msgstr "Auteur:" #: templates/agenda/event_list.html:49 msgid "Viewing events tagged" -msgstr "" +msgstr "Ãvénements pour le mot clé" #: templates/agenda/event_list.html:51 #: templates/agenda/includes/event_location.html:14 msgid "Viewing events for the location" -msgstr "Les événements du lieu" +msgstr "Ãvénements du lieu" #: templates/agenda/event_list.html:54 templates/agenda/event_list.html:56 msgid "Viewing events from" -msgstr "Les événements du" +msgstr "Ãvénements du" #: templates/agenda/event_list.html:59 msgid "Viewing events by" -msgstr "Les événements par" +msgstr "Ãvénements par" #: templates/agenda/event_location_list.html:4 #: templates/agenda/event_location_list.html:22 diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index 596a8e7c..3b1f6608 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -46,7 +46,7 @@ {% block event_list_filterinfo %}{% if tag %} - {% trans "Viewing events tagged" %} {{ tag }} + {% trans "Viewing events tagged" %} {{ tag }} {% elif location %} {% trans "Viewing events for the location" %} {{ location }} {% elif year or month %} @@ -66,6 +66,25 @@ {% block event_list_pagecontent %} {{ page.richtextpage.content|richtext_filters|safe }} {% endblock %} + {% else %} + + {% block event_keywords %} + {% keywords_for mezzanine_agenda.event as tags %} + {% if tags %} + +
{% trans "Categories" %} : +