{% extends 'base.html' %} {% load i18n %} {% block title %}{{ settings.TEMPLATE_META.site_name }}{% endblock %} {% block content %}

{% trans "The configured default body does not exist" %}

{% blocktrans %}The value of SITE_DEFAULT_BODY is {{ site_default_body }}, but only the following bodies are in the database{% endblocktrans %}:

{% endblock %}