{% extends "base.html" %} {% import "bootstrap_wtf.html" as wtf %} {% block content %}
{% include 'ricerche.html' %}
{% if content == None %} {% elif content == "codcli" %} {% elif content == "macadd" %} {% elif content == "numord" %} {% elif content == "sernum" %} {% endif %}
{% include 'operazioni.html' %}
{% endblock %}