{{_('hand_in_exercise')}}

{% if username and current_user_is_in_class %}
{{_('this_turns_in_assignment')}}
{{_('make_sure_you_are_done')}}
{{_('ill_work_some_more')}}

{{_('submitted_header')}}

{{_('give_link_to_teacher')}}

{% include 'incl/copy-url-bar.html' %}
{% elif username %} {# logged in/in class #}
{{_('not_in_class_no_handin')}}
{% else %} {# logged in/in class #}

{{_('not_logged_in_handin')}}

{{_('login')}}

{% endif %}