From dcd11300fc2379d5a19fa9e85e3f0445d304a2e3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 May 2014 11:13:52 +0200 Subject: Internationalization to french. --- pyaggr3g470r/templates/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 6448fc15..43fdbb97 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -2,19 +2,19 @@ {% block content %}
{% if result|count == 0 %} -

You are not subscribed to any feed. Fix this.

+

{{ _('You are not subscribed to any feed.') }} {{ _('Fix this') }}.

{% else %} {% for feed in result|sort(attribute="title") %}

{{ feed.title|safe }}

- - - + + + {% if feed.enabled %} - + {% endif %} - +
{% for number in range(0, feed.articles.all()|count-(feed.articles.all()|count % 3), 3) %} -- cgit