From e9f19f3df42d6ac4ddb97af5bb6753d93ff0ffa9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 28 Nov 2014 15:07:45 +0100 Subject: Compare files with cosine. --- pyaggr3g470r/templates/inactives.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/inactives.html b/pyaggr3g470r/templates/inactives.html index e6897281..548f845d 100644 --- a/pyaggr3g470r/templates/inactives.html +++ b/pyaggr3g470r/templates/inactives.html @@ -1,21 +1,14 @@ {% extends "layout.html" %} {% block content %}
-
-
-

{{ _('Days of inactivity') }}:

- -
-
- {% if inactives != [] %} -
    - {% for item in inactives %} -
  • {{ item[0].title }} - {{ item[1].days }} {{ _('days') }}
  • - {% endfor %} -
- {% else %} -

{{ _('No inactive feeds.') }}

- {% endif %} -

+ {% if duplicates != [] %} + + {% else %} +

{{ _('No duplicates.') }}

+ {% endif %}

{% endblock %} -- cgit