Back to Jumpserver

Flash Message Standalone

apps/templates/flash_message_standalone.html

4.10.16526 B
Original Source

{% extends '_base_only_content.html' %} {% load static %} {% load i18n %} {% block html_title %} {{ title }} {% endblock %} {% block title %} {{ title }}{% endblock %} {% block content %}

{% if error %} {{ error }} {% else %} {{ message | safe }} {% endif %}

{% if has_cancel %} {% trans 'Cancel' %} {% endif %} {% if confirm_button %} {{ confirm_button }} {% else %} {% trans 'Confirm' %} {% endif %}

{% endblock %} {% block custom_foot_js %} {% endblock %}