{% extends "base-error.html" %}
{% load i18n %}
{% block title %}{% trans "Page Not Found" %} {{ block.super }}{% endblock title %}
{% block error-code %}404{% endblock %}
{% block error-title %}{% trans "Page Not Found" %}{% endblock %}
{% block error-copy %}
{% trans "We can't find the page you're looking for. Please make sure the URL is correct and if not try again." %}
{{ block.super }}
{% endblock %}