= $exercise_position ?>.
= htmlReady($exercise->title) ?>
if ($max_points == (int) $max_points): ?>
= sprintf(ngettext('%d Punkt', '%d Punkte', $max_points), $max_points) ?>
else: ?>
= sprintf(_('%g Punkte'), $max_points) ?>
endif ?>
= formatReady($exercise->description) ?>
= $this->render_partial('vips/exercises/show_exercise_hint') ?>
= $this->render_partial('vips/exercises/show_exercise_files') ?>
= $this->render_partial($exercise->getPrintTemplate($solution, $assignment, $user_id)) ?>
if ($solution && $solution->student_comment != '') : ?>
= _('Bemerkungen zur Lösung') ?>
= htmlReady($solution->student_comment, true, true) ?>
endif ?>
if ($print_correction): ?>
if ($solution): ?>
if ($solution->feedback != ''): ?>
= _('Anmerkung des Korrektors') ?>
= formatReady($solution->feedback) ?>
endif ?>
= $this->render_partial('vips/solutions/feedback_files') ?>
endif ?>
= sprintf(_('Erreichte Punkte: %g / %g'), $solution->points, $max_points) ?>
endif ?>