{% if submission_post_id == 0 %}
{{ __( "No valid post ID provided.", "romhackplaza" ) }}
{% elseif submission_result == "edit-successful" %}
{{ __( "Your changes were recorded successfully!", "romhackplaza" ) }}
{% include "pieces/submissions/result-what-now.twig" %}
{% elseif submission_result == "submit-successful" %}
{{ __( "Your entry was recorded!", 'romhackplaza' ) }}
{% if submission_author_is_verified %}
{{ __( "Since you are verified, your submission can be seen on the home page or on the my drafts page if you chose not to publish it.", 'romhackplaza' ) }}
{% else %}
{{ __("Since you are not a verified member, your submission is pending review by a staff member. You can see it on the submissions queue.") }}
{{ __( "We'll get to it as soon as possible.", 'romhackplaza' ) }}
{{ __( "To avoid wait times, you can also ", "romhackplaza" ) }}{{ __( "become verified", 'romhackplaza') }}.
{% endif %}
{% else %}
{{ __( "Do you want a coffee?", "romhackplaza" ) }}
{% endif %}