{% extends "backtalk/base.html" %} {% load i18n %} {% block title %}{% trans "Thanks for commenting" %}.{% endblock %} {% block content %}

{% trans "Thanks! Your comment will be posted if is not spam." %}

{% endblock %}