{% if messages %}
{% endif %}
{% block main %}
{% endblock main %}
{% block top_styles %} {% endblock top_styles %} {# @note: jQuery is loaded at top, otherwise django-smart-selects inline scripts will fail. #} {% block head %} {% endblock head %}
{% block body %} {# @note: bootstrap.dialog is used instead of server-generated bootstrap modal. #} {# bs_modal('alert_modal', 'Message', [{'dismiss': 'modal', 'name': 'modal_close', 'text': 'Ok'}]) #}