{{ 'INFORM_DIALOG' | translate }}

{{ 'OPEN_INFORM' | translate }}

{{:: 'CODE' | translate}}

             pipInformationDialog.show(
                    {
                        event: event,
                        title: 'Amazing!',
                        message: 'Stuff %s is really good',
                        item: 'Play CDG T-shirt',
                        ok: 'Take It'
                    },
                    function () {
                        console.log('Taken');
                    }
                );