{% extends "mhr_oahpa.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block extrajs %} {% endblock %} {% block content %} {% ifnotequal gametype "sahka" %} {% ifnotequal gametype "sahka_main" %}
{% block gamename %}{% endblock %}
{% block instructions %}{% endblock %}
 {% if not show_correct %}
            
			
			{% if form.feedback %}
			
					
					{% trans "help" %}
				
			{% endif %}	
			{% else %}
				{% if form.tcomm %}{% trans "This is almost correct!" %}{% endif %}
			{% endif %}
		{% endifequal %}
	
	{% endif %}
	
	{% if show_correct %}
		{% ifnotequal form.error "correct" %}
			{{ form.correct_answers }}
		{% else %}
			{# Parens around correct, non-relaxed form. #}
			{% ifequal form.is_relaxed "relaxed" %}
				({{ form.correct_answers }})
				{{ form.relaxed }}
			{% endifequal %}
		{% endifnotequal %}
	{% endif %}
	
	{{ form.word_id }}
	{{ form.tag_id }}
	{{ form.question_id }}
	{{ form.answer_id }}
	{{ form.utterance_id }}
	{{ form.qstring }}
	{{ form.astring }}
	{% block hidden %}{% endblock %}
		
		
	{% for detail, value in form.qattrs.items %}
		
	{% endfor %}
	{% for detail, value in form.aattrs.items %}
		
	{% endfor %}
		    {% if not show_correct %}
            
			
			{% if form.feedback %}
			
					
					{% trans "help" %}
				
			{% endif %}	
			{% else %}
				{% if form.tcomm %}{% trans "This is almost correct!" %}{% endif %}
			{% endif %}
		{% endifequal %}
	
	{% endif %}
	
	{% if show_correct %}
		{% ifnotequal form.error "correct" %}
			{{ form.correct_answers }}
		{% else %}
			{# Parens around correct, non-relaxed form. #}
			{% ifequal form.is_relaxed "relaxed" %}
				({{ form.correct_answers }})
				{{ form.relaxed }}
			{% endifequal %}
		{% endifnotequal %}
	{% endif %}
	
	{{ form.word_id }}
	{{ form.tag_id }}
	{{ form.question_id }}
	{{ form.answer_id }}
	{{ form.utterance_id }}
	{{ form.qstring }}
	{{ form.astring }}
	{% block hidden %}{% endblock %}
		
		
	{% for detail, value in form.qattrs.items %}
		
	{% endfor %}
	{% for detail, value in form.aattrs.items %}
		
	{% endfor %}