|
@ -36,9 +36,9 @@ |
|
|
"{% for master in masters %}", |
|
|
"{% for master in masters %}", |
|
|
" {% set _color = '#' ~ master.tags.operator|default('')|md5|slice(0, 6) %}", |
|
|
" {% set _color = '#' ~ master.tags.operator|default('')|md5|slice(0, 6) %}", |
|
|
" <li data-object=\"{{ master.id }}\" style='list-style: none;'>", |
|
|
" <li data-object=\"{{ master.id }}\" style='list-style: none;'>", |
|
|
" {{ markerLine({ width: 4, color: _color })|raw }}", |
|
|
|
|
|
" {% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}", |
|
|
|
|
|
" <i style='color: #707070'>{{ master.tags.operator }}</i>", |
|
|
|
|
|
|
|
|
" <span class='markerParent'><div class='marker'>{{ markerLine({ width: 4, color: _color })|raw }}</div></span>", |
|
|
|
|
|
" <span class='title'>{% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}</span>", |
|
|
|
|
|
" <span class='description'>{{ master.tags.operator }}</span>", |
|
|
" </li>", |
|
|
" </li>", |
|
|
"{% endfor %}", |
|
|
"{% endfor %}", |
|
|
"</ul>" |
|
|
"</ul>" |
|
|