{% extends "dpaste/base.html" %} {% load i18n %} {% block title %}{% trans "404 Snippet not found" %}{% endblock %} {% block body_type %}text-page{%endblock %} {% block page %}

{% trans "404 Snippet not found" %}

{% trans "This snippet no longer exists. Snippets are automatically deleted when they reach their expiration date." %}

{% endblock %}