{% load i18n %} {% block head_title %}404 - {{ site.name }}{% endblock%} {% block style %} {% endblock%} {% block scripts %} {% endblock%} {% block extra_head %}{% endblock%}
{% block error_number %}
404
{% endblock%}

{% block error_message %}{% trans "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable." %}{% endblock%}

{% trans 'Oooops....we can’t find that page.' %}
{% block info_text %} {% trans "Try to" %}:
    {% if search_action %}
  • {% trans "Use the search form" %}
  • {% endif %}
  • {% trans "Visit the" %} {% trans "Home page" %}
  • {% blocktrans %}Go back{% endblocktrans %}
{% endblock %}

© {{ year }} {{ site.name }}. {% trans "All rights reserved" %}.

{% if social_links %} {% for link in social_links %} {{ link.0 }} {% endfor %} {% endif %} {% if nav_links %} {% for link in nav_links %} {{ link.1 }} {% endfor %} {% endif %}