{% extends "base.html" %} {% block content %}
{{ include('templates/successerror.html') }}
AJAX Guestbook Installation Completed
{% if getsession("olddbexists") %}

Important:Old guestbook database already exists. Please proceed to admin dashboard by clicking the button below to check if database upgrade available or the guestbook may not function properly.

{% else %}
Congralution!!! Your guestbook is successfully installed.
Below is a test entry added to your guestbook showcasing the supported html tags allowed while posting a new guestbook entry.
{{ include('home/entries.html') }}
{% endif %}
{% endblock %}