{% extends "_layout.html" %} {% load i18n %} {% block page_title %}AmiiboFindr{% endblock %} {% block main_content %} {% url 'home' as url_home %}

{% trans "Not found!" %}

{% blocktrans with url_home=url_home %} Ooooopsie. We didn't find what you're looking for. Go back to the home page. {% endblocktrans %}

{% endblock %}