{{ constant('ACTION_CONST') }} | {% endif %}{{ object.fields.id }} | {{ object.fields.name }} | {{ object.fields.nama }} | {{ object.fields.industry_id }} | Competency | {% if constant('ADMIN_ACTION_BUTTONS_POSITION') == 'right' %}{{ constant('ACTION_CONST') }} | {% endif %}
---|---|---|---|---|---|---|
{% endif %} | {{ object.id[ loop.index0 ]|replace({'[|]': ' '}) }} | {{ object.name[ loop.index0 ]|replace({'[|]': ' '}) }} | {{ object.nama[ loop.index0 ]|replace({'[|]': ' '}) }} | {{ object.industry_id[ loop.index0 ]|replace({'[|]': ' '}) }} | {% if object.external_tables_count > 0 %} {% for j in range(0, object.external_tables_count - 1) %}
{% if object.external_rows_count[i][j] > 0 %}
{{ object.external_rows_count[i][j] }}{{ constant('SHOW') }}
{{ object.external_add_btn[i][j]|raw }}
{% else %}
{{ object.external_add_btn[i][j]|raw }}
{% endif %}
{% for field, value in object.external_fields[i][j].fieldnames %}
{{ value }}
{% endfor %}
{# Loop records #}
{% for k in range(0, object.external_rows_count[i][j] - 1) %}
{# Loop fields #}
{% for field, value in object.external_fields[i][j].fields %}
{% endfor %}
{{ object.external_fields[i][j].fields[field][k]|raw }}
{% endfor %}
|
{% endfor %}
{% endif %}
{% if constant('ADMIN_ACTION_BUTTONS_POSITION') == 'right' %}
{% endif %} |
{{ alert(constant('NO_RECORD_FOUND'), 'alert-info has-icon')|raw }}
{% endif %}