]> git.mxchange.org Git - fba.git/blobdiff - templates/views/list.html
Continued:
[fba.git] / templates / views / list.html
index 09b12c03d9461dc8430e8b3008556f33474b4663..1f5ff96b3a6f5f2b5c2437b5b36d86e6507748bf 100644 (file)
@@ -1,6 +1,12 @@
 {% extends "base.html" %}
 
-{% block title %}{% if mode == 'detection_mode' %} - Detection mode {{value}}{% elif mode == 'software' %} - Used software {{value}}{% elif mode == 'command' %} - Command {{value}}{% endif %}{% endblock %}
+{% block title %}
+    {% if mode == 'detection_mode' %} - Detection mode {{value}}
+    {% elif mode == 'software' %} - Used software {{value}}
+    {% elif mode == 'command' %} - Command {{value}}
+    {% elif mode == 'recently' %} - {{amount}} recently added instances
+    {% endif %}
+{% endblock %}
 
 {% block header %}
     {% if mode == 'detection_mode' %}
@@ -11,6 +17,8 @@
         <h1>Instances found by command {{value}}</h1>
     {% elif mode == 'origin' %}
         <h1>Instances originated from {{value}}</h1>
+    {% elif mode == 'recently' %}
+        <h1>{{amount}} recently added instances</h1>
     {% else %}
         <h1 style="color: red">mode={{mode}} not supported</h1>
     {% endif %}