oshipka/vm_gen/templates/html/_get.html

7 lines
271 B
HTML
Raw Normal View History

2020-06-07 13:13:14 +02:00
[%- 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 %]