{% if reason %}

Instances that use "{{reason}}" in their Reason

{% for block_level in blocks.blocks %}

{{block_level}} ({{blocks.blocks[block_level]|length}})

{% for block in blocks.blocks[block_level] %}
{{block.blocker}} -> {{block.blocked}}
{{block.reason}}
{% endfor %}
{% endfor %} {% elif blocks %}

Instances that block {{domain}}

{% for block_level in blocks.blocks %}

{{block_level}} ({{blocks.blocks[block_level]|length}})

{% for block in blocks.blocks[block_level] %}
{{block}} {% if block in blocks.wildcards %} () {% endif %}
{% if block_level in blocks.reasons %} {{blocks.reasons[block_level][block]}} {% endif %}
{% endfor %}
{% endfor %} {% else %}

Enter a Domain

Enter a Reason

known instances: {{info.known_instances}}
indexed instances: {{info.indexed_instances}}
blocks recorded: {{info.blocks_recorded}}
source code: {{info.source_code}}
{% endif %}