Havila Charisma
Planned sequences
{% if lines.length %}| Sequence | Line | FSP | LSP | Start | End | Length | Azimuth | Remarks |
|---|---|---|---|---|---|---|---|---|
| {{ line.sequence }} | {{ line.line }} | {{ line.fsp }} | {{ line.lsp }} | {{ line.ts0 |timestamp("minutes") }} | {{ line.ts1 |timestamp("minutes") }} | {{ (line.length/1000) |round(1) }} km | {{ line.azimuth |round(2) }}° | {{ line.remarks |markdownInline }} |
Comments
{% if info.remarks %}
{{ info.remarks |markdown }}
{% else %}
(nil)
{% endif %}