{% if table_data %} {% if table_data.title %}
{{colname}} | {% endfor %}|
---|---|
{{ '-' if value is none or value == '' else value }} | {% endfor %} {% if table_data.opts: %}{% set entity_name = table_data.entity_name %} {% set get_id = table_data.get_id %} {% for opt in table_data.opts %} {% if opt.isPostId %} {% endif %} {% if opt.isPostRow %} {% endif %} {% if opt.isGetRow %} {{opt.name_action}} {% endif %} {% if opt.isGetId %} {{opt.name_action}} {% endif %} {% endfor %} | {% endif %}