{% block footer %}
{% if mode == 'error_code' %}
<div class="notice">
- <h2>Error codes:</h2>
+ <h3>Error codes:</h2>
<ul>
<li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
</ul>
</div>
{% elif mode == 'detection_mode' %}
<div class="notice">
- <h2>Detection modes:</h2>
+ <h3>Detection modes:</h2>
<div>
Detection is done in following order:
</div>
</div>
{% elif mode == 'obfuscation' %}
<div class="notice">
- <h2>Obfuscation status:</h2>
+ <h3>Obfuscation status:</h2>
<ul>
<li>Only supported networks are counted here.</li>
<li><b>None</b> means not determined yet or erroneous.</li>
{% block content %}
{% if amount == found %}
<div class="notice">
- <h2>Maximum amount reached!</h2>
+ <h3>Maximum amount reached!</h3>
<div>
Please note that the maximum allowed amount is only returned, the blocker/blocked/reason might be more.
Paging support is not finished yet.