{% if template_data.table_data %} {% if template_data.table_data.title %}
{{colname}} | {% endfor %}|
---|---|
{{ '-' if value is none or value == '' else value }} | {% endfor %} {% if template_data.table_data.opts: %}{% set entity_name = template_data.table_data.entity_name %} {% set get_id = template_data.table_data.get_id %} {% for opt in template_data.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 %}