{% extends "_page.twig" %} {% block title %}Jump to site{% endblock %} {% block head %} {{ parent() }} {% if autojump %} {% if not result %} {% elseif result.error|length > 0 or result.blacklisted == 1 %} {# Skipping redirect #} {% elseif result.uri|length > 0 %} {% else %} {% endif %} {% endif %} {% endblock %} {% block content %}
{% if result|length > 0 %} {% if result.error|length > 0 %}

Error

{{ result.error }}
{% else %}

Query result for "{{ result.host }}"

{% if autojump %} {% if result.blacklisted == 1 %}
Site is found, but autoredirect is disabled because site marked as offensive. Press link below to continue anyway.

{% else %}
Site is found. You will be redirected soon...

{% endif %} {% endif %} {% if not autojump and result.blacklisted == 1 %}
Note: site marked as offensive. Press link below to continue anyway.

{% endif %}
Addresshelper: {% if result.uri|length > 0 %} Go to site {% else %} Go to site {% endif %}
Base32: {{ result.base32 }}.b32.i2p
Base64: {{ result.base64 }}
Added at: {{ result.add_date }}
Last seen: {{ result.last_seen != '0000-00-00 00:00:00' ? result.last_seen : 'Never' }}
{% endif %} {% elseif (autojump and not result) %}

Error

Empty request, redirecting to jump page
{% endif %} {% if not autojump %}

Query domain

{% if all %} {% endif %}
{% endif %}
{% endblock %}