- {{
+ @if(app.data.vessels.self.autopilot.default ||
+ app.data.vessels.self.autopilot.state === 'off-line') {
+ {{
formatTargetValue(app.data.vessels.self.autopilot.target)
- }}°
+ }}
+ } @else {
+ --
+ } °
- {{ app.data.vessels.self.autopilot.mode }}
+ @if(app.data.vessels.self.autopilot.default ||
+ app.data.vessels.self.autopilot.state === 'off-line') {
+ {{ app.data.vessels.self.autopilot.state }}
+ } @else {
+ --
+ }
- {{ app.data.vessels.self.autopilot.state }}
+ @if(app.data.vessels.self.autopilot.default ||
+ app.data.vessels.self.autopilot.state === 'off-line') {
+ {{ app.data.vessels.self.autopilot.mode }}
+ } @else {
+ --
+ }