* render all the data needed to display all the subparts)
* 'status' - (array) An array of status information to be displayed to
* the user. Consists of arrays with the following keys:
- * 'position' - (string) Either 'top' or 'bottom'
- * 'text' - (string) The text to display
- * 'type' - (string) Either 'info' or 'warning'
+ * 'img' - (string) An image to display.
+ * 'text' - (array) The text to display.
+ * 'type' - (string) Either 'info' or 'warning'.
* 'type' - (string) The MIME type of the rendered data.
* </pre>
*/