{% extends "base.html" %}
{% block title %}
- {% if mode == 'detection_mode' %} - Detection mode {{value}}
- {% elif mode == 'original_software' %} - Original software {{value}}
- {% elif mode == 'software' %} - Used software {{value}}
- {% elif mode == 'command' %} - Command {{value}}
- {% elif mode == 'recently' %} - {{amount}} recently added instances
+ {% if mode == 'detection_mode' %} Detection mode {{value}}
+ {% elif mode == 'original_software' %} Original software {{value}}
+ {% elif mode == 'software' %} Used software {{value}}
+ {% elif mode == 'command' %} Command {{value}}
+ {% elif mode == 'recently' %} {{amount}} recently added instances
{% endif %}
{% endblock %}
{% extends "base.html" %}
-{% block title %}{% if mode == 'domain' %} - Instances that block {{value}}{% elif mode == 'reverse' %} - Instances that are blocked by {{value}}{% elif mode == 'reason' %} - Instances having block reason {{value}}{% endif %}{% endblock %}
+{% block title %}
+ {% if mode == 'domain' %} Instances that block {{value}}
+ {% elif mode == 'reverse' %} Instances that are blocked by {{value}}
+ {% elif mode == 'reason' %} Instances having block reason {{value}}
+ {% endif %}
+{% endblock %}
{% block rss %}
{{ super() }}