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

Entity CRUD No-code

{% for i in rsEntity %} {% empty %} {% endfor %}
# 엔티티 상태
{% if i.status == 'CONFIG' %} {{ i.entity_name }} {% else %} {{ i.entity_name }} {% endif %} {{ i.status }} + Meta {% if i.status == '0' %} {% else %} {% endif %}
No entity
{% block javascript %} {% endblock %} {% endblock %}