{% block layout %}{% endblock %} {% block filters %}{% endblock %}
Services | {% for server in servers %}{{ server }} | {% endfor %} {% if cat in ["web", "promo", "stream"] %}Author | {% endif %}|
---|---|---|---|
{% if service.no_url %} clear {% endif %} {% if service.insecure %} security {% endif %} {% if service.dotted %} filter_center_focus {% endif %} {{ service.service }} {% if service.no_fav or service.bad_fav %} favorite_border {% endif %} {% if service.no_robots or service.bad_robots %} android {% endif %} {% if service.no_sitemap or service.bad_sitemap %} dashboard {% endif %} {% if service.redirect %} arrow_forward {% endif %} {% if service.x_powered_by %} announcement {% endif %} {% if service.double_header_same %} filter_2 {% endif %} {% if service.no_h1 %}<h1>{% endif %} {% if service.no_title %}<title>{% endif %} {% if service.no_description %}<descr>{% endif %} | {% for server in service.servers %}
{% if server %}
{% for line in server %}
{{ line.ip }}
{% if line.stat is defined %}
{% if line.stat %}
done
{% else %}
clear
{% endif %}
{% endif %}
{% if line.spf is defined %}
{% if line.spf < 1 %}
done
{% elif line.spf > 1 %}
security
{% else %}
clear
{% endif %}
{% endif %}
{% if line.dmarc is defined %}
{% if line.dmarc %}
clear
{% else %}
done
{% endif %}
{% endif %}
{% if not loop.last %} {% endif %} {% endfor %} {% endif %} |
{% endfor %}
{% if service.author is defined %}
{% if service.author %} {{ service.author }} {% else %} person_add {% endif %} | {% endif %}{{ service.errors | int }} |