{% extends "base_template.html" %} {% block title %}{{ action }} {{ model_name }} - Admin{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

{{ action }} {{ model_name }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% for col in columns %}
{% set col_type = col.type.upper().split('(')[0] %} {% if col_type in ('TEXT', 'LONGTEXT', 'MEDIUMTEXT') %} {% elif col_type == 'BOOLEAN' or col_type == 'TINYINT' %}
{% else %} {% endif %}
{% endfor %}
Cancel
{% endblock %}