oshipka/vm_gen/templates/html/_get.html
2020-06-07 13:13:14 +02:00

7 lines
271 B
HTML

[%- for column in columns %]
[%- if column.type in ['relationship'] %]
<li><strong>[[ column.name ]]</strong>: {{ instance.[[ column.name ]] }}</li>
[%- else %]
<li><strong>[[ column.name ]]</strong>: {{ instance.[[ column.name ]] }}</li>
[%- endif %]
[%- endfor %]