{{ label }}
{{ for equation in task.get_equations }}
{{ equation.to_task_string }} {{ if solution }} {{ include 'global/task/DisabledInput.html' with value=equation.get_solution }} {{ else }} {{ include 'global/task/Input.html'}} {{ endif }}
{{ endfor }}
Lösung: {{ if solution }} {{ include 'global/task/DisabledInput.html' with value=task.get_solution }} {{ else }} {{ include 'global/task/SolutionInput.html'}} {{ endif }}
{{ if send_btn }}
{{ endif }}
{{ if opt_out_btn }}
{{ endif }}