{% block layout %}{% endblock %} {% block filters %}{% endblock %} {% for server in servers %} {% endfor %} {% if cat in ["web", "promo", "stream"] %} {% endif %} {% for service in services %} {% for server in service.servers %} {% endfor %} {% if service.author is defined %} {% endif %} {% endfor %}
Services{{ server }}Author
{% 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 %} {% 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 %}
{% if service.author %} {{ service.author }} {% else %} person_add {% endif %} {{ service.errors | int }}
{% block scripts %}{% endblock %}