{{ 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 }}