{% macro details(web, results, history, path, type, parent, location) %}

España{% if type %} - {{ location.name }}{% endif %} - {{ web.name }}

{{ web.name }}

{% if results.tests_passed < 5 %}☠️{% else %}{{ results.grade }}{% endif %}
{% if not web.url | dmarc_secure %}

Emails vulnerables

{% endif %} {% if not web.url | dnssec %}
🌐

Dominio vulnerable

{% endif %}

🔎 Resultado del análisis

{% if (web.twitter) and (results.score < 70) %}

¡Házselo saber en Twitter!

{% endif %} {% if (web.twitter) and (results.score >= 70) %} {% if not web.url | dmarc_secure %}

¡Házselo saber en Twitter!

{% endif %} {% endif %}

🕐 Historial

{% for h in history | sort(reverse=true, attribute="end_time_unix_timestamp") %} {% endfor %}
Nota Puntuación Fecha
{{ h.grade }} {{ h.score }}/100 {{ h.end_time }}

🔄 Última actualización: {{ results.end_time }}. El historial solo se actualiza si la puntuación cambia.

{% endmacro %}