{{#if data.notice}}
{{data.notice}}
{{/if}}
{{#if data.connected}}
{{data.target}}
{{#if !data.unlocked}}
Bluespace Artillery firing protocols must be globally unlocked from two keycard authentication devices first!
{{else}}
FIRE!
{{/if}}
{{/if}}
{{#if !data.connected}}
Complete Deployment.
{{/if}}