{% extends "base.html" %} {%- block control -%}

{% if input.inputType != "time" %} {{ T.year }} {{ T.month }} {% endif %} {% if input.inputType != "month" %} {% if input.inputType != "time" %} {{ T.date }} {% endif %} {% if input.inputType != "date" %} {{ T.hour|pad2 }} : {{ T.minute|pad2 }} {{ T.meridiem }} {% if input.inputType != "datetime-local" && input.inputType != "time" %} {{ T.zone }}

{% endif %} {% endif %} {% endif %}

Now

{% if input.inputType != "time" %} {% endif %} {% if input.inputType != "month" %} {% if input.inputType != "time" %} {% endif %} {% if input.inputType != "date" %} {% endif %} {% endif %}
{%- endblock -%}