diff --git a/_includes/tabla.njk b/_includes/tabla.njk index 3a9fd5696ed..985b4cadd61 100644 --- a/_includes/tabla.njk +++ b/_includes/tabla.njk @@ -11,6 +11,7 @@ {% for web in webs | sort(attribute="url") %} {% set security = results[web.url | replace(".", "!")] %} {% if security %} + {% if security.state == 'FINISHED' %} {% if security.tests_passed < 5 %}☠️{% else %}{{ security.grade }}{% endif %} @@ -31,9 +32,19 @@ https://websegura.pucelabits.org'| urlEncode }}{{ path }}{{ '?pk_campaign=Hazsel Tuitear + {% endif %} + {% else %} + + 🕐 + + {{ web.url | replace("www.", "") }} + + + + {% endif %} {% endif %} {% endfor %}