{% if 'subdomain_discovery' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'waf_detection' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'screenshot' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'osint' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'port_scan' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'dir_file_fuzz' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'fetch_url' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if 'vulnerability_scan' in engine.tasks %}
{% include 'base/_items/green_tick.html' %}
{% else %}
{% include 'base/_items/red_cross.html' %}
{%endif%}
{% if user|can:'add_modify_scan_settings' %}
{% endif %}