{% if observatory %}

Securite

{%- assign score = 0 -%} {%- for rules in observatory -%} {%- for rule in rules -%} {%- assign name == rule.name -%} {%- if name.size > 0 -%} {%- assign scoremodifier = rule.score_modifier -%} {%- assign score = score | plus: scoremodifier -%} {%- endif -%} {%- endfor -%} {%- endfor -%}
{{ pages.name }}
{% if score < -100 %}0{% else %}{{ 100 | plus: score }}{% endif %}
{% endif %}