{% load static i18n %} Jumpserver {% include '_head_css_js.html' %} {% block custom_head_css_js %} {% endblock %}
{% include '_left_side_bar.html' %}
{% include '_header_bar.html' %} {% include '_message.html' %} {% block first_login_message %} {% if user.is_authenticated and user.is_first_login %}
{% url 'users:user-first-login' as first_login_url %} {% blocktrans %} Your information was incomplete. Please click this link to complete your information. {% endblocktrans %}
{% endif %} {% endblock %} {% block update_public_key_message %} {% if user.is_authenticated and not user.is_public_key_valid %}
{% url 'users:user-profile' as profile_url %} {% blocktrans %} Your ssh-public-key has been expired. Please click this link to update your ssh-public-key. {% endblocktrans %}
{% endif %} {% endblock %} {% block content %}{% endblock %} {% include '_footer.html' %}
{% include '_foot_js.html' %} {% block custom_foot_js %} {% endblock %}