{% extends "dpaste/base.html" %} {% load i18n %} {% block title %}{% trans "500 Internal Server Error" %}{% endblock %} {% block body_type %}text-page{%endblock %} {% block page %} {% trans "500 Internal Server Error" %} {% trans "There was an issue with your request." %} {% endblock %}
{% trans "There was an issue with your request." %}