{% extends "base.html" %} {% load i18n %} {% block "body" %}

{% trans "Thanks for submitting" %}

{% blocktrans %} Thank you for submitting this new story, it's waiting for moderation. If you provided an email, we'll inform you about changes in it's status and comments. {% endblocktrans %}

{% endblock %}