|
|
|
@ -1,8 +1,9 @@ |
|
|
|
|
|
|
|
{% if _u.logged == 0 %} |
|
|
|
{% if login_form %} |
|
|
|
{% if login_form %} |
|
|
|
<div id="login_block" class="panel panel-default"> |
|
|
|
<div id="login_block" class="panel panel-default"> |
|
|
|
<div class="panel-body"> |
|
|
|
<div class="panel-body"> |
|
|
|
{{ login_language_form }} |
|
|
|
{{ login_language_form }} |
|
|
|
|
|
|
|
|
|
|
|
{% if plugin_login_top is not null %} |
|
|
|
{% if plugin_login_top is not null %} |
|
|
|
<div id="plugin_login_top"> |
|
|
|
<div id="plugin_login_top"> |
|
|
|
{{ plugin_login_top }} |
|
|
|
{{ plugin_login_top }} |
|
|
|
@ -33,3 +34,4 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% endif %} |