{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block head %} {{ super() }} {% endblock %} {% block title %} Python Agent DEvelopment framework {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

PADE LOGO

{{ wtf.quick_form(form) }} {% if countUsers == 0 %}


{% endif %}
{% endblock %}