@ -12,14 +12,13 @@
{{plugin_menu_top}}
</div>
{% endif %}
{% block login_form %}
{% if _u.logged == 0 %}
{% include template ~ "/layout/login_form.tpl" %}
{% endblock %}
{% if _u.logged == 1 %}
{{ user_image_block }}
{{ profile_block }}
{{ course_block }}
{{ teacher_block }}
@ -1,8 +1,9 @@
{% if login_form %}
<div id="login_block" class="panel panel-default">
<div class="panel-body">
{{ login_language_form }}
{% if plugin_login_top is not null %}
<div id="plugin_login_top">
{{ plugin_login_top }}
@ -33,3 +34,4 @@
@ -2,10 +2,6 @@
<div class="actions">
{{ actions }}
{% else %}
<div class="actions-line">
{{ flash_messages }}
<span id="js_alerts"></span>