{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans 'Resource Not Found' %} | {{ block.super }}{% endblock %}
{% block content %}
{% blocktrans %}
The requested resource was not found.
If you believe something's broken, please contact us!
{% endblocktrans %}
{% endblock content %}