{% if self.your_words_competition %}
{% trans "Your GCN competition has been completed successfully!" %}
{% elif self.display_form_directly %}
{% trans "Your poll has been completed successfully!" %}
{% elif self.contact_form or self.article_form_only %}
{% trans "The form has been completed successfully!" %}
{% else %}
{% trans "Your survey has been completed successfully!" %}
{% endif %}
{% if self.your_words_competition %}
{% trans "Thank you for submitting this GCN competition!" %}
{% elif self.display_form_directly %}
{% trans "Thank you for submitting this poll!" %}
{% elif self.contact_form or self.article_form_only %}
{% trans "Thank you for submitting this form" %}
{% else %}
{% trans "Thank you for submitting this survey!" %}
{% endif %}