# File lib/fog/cloudstack/requests/compute/list_templates.rb, line 21
        def list_templates(options={})
          templates = self.data[:images].values

          {
            "listtemplatesresponse" =>
              {
                "count" => templates.size,
                "template"=> templates
              }
          }
        end