{% extends "layout.html" %} {% block head %} {% endblock %} {% block body %}

Table: {{ table_name }}

{% if delete_command == True %}

Confirm Delete Id:{{id_num}}

{% else %}

Id:{{id_num}}

{%endif%} {%if results%}
{% for key in results.keys() %}
{{ key }}
{{ results[key] }}
{% endfor %}
{% if delete_command == True %}

Cancel

{% endif %} {% else %}

No item with that id.

{%endif%}
{% endblock %}