Watcher Alert for Failed Snapshots How to loop the ctx.payload returned

Ok I figured this out thanks to another example I dug up in the forums, so thanks to those in the forums. I changed from going after the failed shards to snapshot state. Posting this so other new guys like myself have an example of the loop.

	"actions": {
			"logging": {
				"logging": {
					"level": "info",
					"text": "Snapshot state:  {{#ctx.payload.snapshots}}{{state}}{{/ctx.payload.snapshots}} "
				}
			}
		}

Is there anywhere that lists a bunch of watcher alert example? I now have a question on how to do the compare off of that loop, but will post it in another topic since it is a different question.