{% if category == 'info' %}
{% elif category == 'successs'%}
{% elif category == 'warning'%}
{% elif category == 'danger'%}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if g.license_reminder_msg %}
{{ g.license_reminder_msg }}
{% endif %}
{% if evaluation_period %}
{{ evaluation_period }}
{% endif %}
{% block content %}{% endblock %}