oshipka/vm_gen/templates/html/_title.html

13 lines
366 B
HTML
Raw Normal View History

2020-06-04 18:02:34 +02:00
[%- if display %]
[%- if display.primary %]
{{ instance.[[ display.primary ]] }}
[%- endif %]
[%- if display.secondary %]
- {{ instance.[[ display.secondary ]] }}
[%- endif %]
2020-08-11 19:02:29 +02:00
[%- if display.tertiary %]
- {{ instance.[[ display.tertiary ]] }}
[%- endif %]
2020-06-04 18:02:34 +02:00
[%- else %]
2020-07-08 14:38:55 +02:00
{{ _("[[ name ]]") }} {{ instance.id }}
2020-06-04 18:02:34 +02:00
[%- endif %]