From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- web/templates/inactives.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 web/templates/inactives.html (limited to 'web/templates/inactives.html') diff --git a/web/templates/inactives.html b/web/templates/inactives.html new file mode 100644 index 00000000..eb546eca --- /dev/null +++ b/web/templates/inactives.html @@ -0,0 +1,26 @@ +{% extends "layout.html" %} +{% block content %} +
+
+
+

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

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

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

+ {% endif %} +

+
+{% endblock %} -- cgit