{% if form.errors %}errors {{ form.errors }}
{% endif %} {% if form.non_field_errors %}non_field_errors {{ form.non_field_errors }}
{% endif %}
{% if journey %}
{% with j_results=journey.results %}
{% if j_results %}
You have guessed correctly {{j_results.correct_guesses}} of
{{j_results.completed_dialogs}} times, averaging
{{j_results.mean_exchanges}}
exchanges per dialog.
{% else %}
You have not completed any dialogs yet.
{% endif %}
{% endwith %}
{% if blind %}
choose the level of miscommunication
{% else %}
have the level of miscommunication be assigned
{% endif %}
{% else %}
{% if blind %}
choose the level of miscommunication
{% else %}
have the level of miscommunication be assigned
{% endif %}
{% endif %}