{% extends 'base.html' %} {% block content %}

Edit Component

{% for col in columns %} {% if col.name != 'id' %}
{% if col.type.upper() == 'TEXT' %}
{% elif col.type.upper() == 'INTEGER' %}
{% else %}
{% endif %} {% endif %} {% endfor %}
Cancel
{% endblock %}