if dry_run:
                ret['comment'] = 'Zabbix Template "{0}" would be created.'.format(name)
                ret['changes'] = {name: {'old': 'Zabbix Template "{0}" does not exist.'.format(name),
                                         'new': 'Zabbix Template "{0}" would be created '
                                                'according definition.'.format(name)}}