{% extends "../base.html" %} {% block content %} {% macro customInputView(Name,Title,Type,Max,Date) %}



{% endmacro %}
{% if inputs %} {% for input in inputs %} {{ customInputView(input.Name,input.Title,input.Type,input.Max,input.Date) }} {% endfor %} {% endif %} {{ customInputView("","","","","") }}
Name Details Details Details Action

{% endblock %}