{% extends "admin/dashboard.html" %} {% block title %}{{ title }}{% endblock %} {% block body %}
Back to list
{% if not is_create and current_version %} {% endif %}
{% for column in columns %} {% if column.editable and column.name not in ['created_at', 'updated_at', 'version', 'id'] %}
{% if column.type == 'text' %} {% elif column.type == 'number' %} {% elif column.type == 'checkbox' %}
{% elif column.type == 'textarea' %} {% else %} {% endif %} {% if column.help_text %}

{{ column.help_text }}

{% endif %}
{% endif %} {% endfor %}
{% if not is_create and instance %} {% else %}
{% endif %}
Cancel
{% endblock %}