a lot of changes
diff --git a/report_templates/report_ceph.html b/report_templates/report_ceph.html
index 4ac903b..3b97b8e 100644
--- a/report_templates/report_ceph.html
+++ b/report_templates/report_ceph.html
@@ -9,6 +9,7 @@
 <body>
 <div class="page-header text-center">
   <h2>Performance Report</h2>
+  <h3>{comment}</h3><br>
 </div>
 
 <!--
diff --git a/report_templates/report_cinder_iscsi.html b/report_templates/report_cinder_iscsi.html
new file mode 100644
index 0000000..364ea52
--- /dev/null
+++ b/report_templates/report_cinder_iscsi.html
@@ -0,0 +1,81 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Report</title>
+    <link rel="stylesheet"
+          href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+</head>
+
+<body>
+<div class="page-header text-center">
+    <h2>Performance Report</h2>
+    <h3>{comment}</h3><br>
+</div>
+<div class="container-fluid text-center">
+    <div class="row" style="margin-bottom: 40px">
+        <div class="col-md-12">
+            <center>
+            <table><tr><td>
+                <H4>Random direct performance,<br>blocks</H4>
+                <table style="width: auto;" class="table table-bordered table-striped">
+                    <tr>
+                        <td>Operation</td>
+                        <td>IOPS</td>
+                    </tr>
+                    <tr>
+                        <td>Read 4KiB</td>
+                        <td><div align="right">{direct_iops_r_max[0]} ~ {direct_iops_r_max[1]}%</div></td>
+                    </tr>
+                    <tr>
+                        <td>Write 64KiB</td>
+                        <td><div align="right">{direct_iops_w64_max[0]} ~ {direct_iops_w64_max[1]}%</div></td>
+                    </tr>
+                </table>
+            </td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
+                <H4>Sequenced direct performance,<br>1MiB blocks</H4>
+                <table style="width: auto;" class="table table-bordered table-striped">
+                    <tr>
+                        <td>Operation</td>
+                        <td>BW MiBps</td>
+                    </tr>
+                    <tr>
+                        <td>Read</td>
+                        <td><div align="right">{bw_read_max[0]} ~ {bw_read_max[1]}%</div></td>
+                    </tr>
+                    <tr>
+                        <td>Write</td>
+                        <td><div align="right">{bw_write_max[0]} ~ {bw_write_max[1]}%</div></td>
+                    </tr>
+                </table>
+            </td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
+                <H4>Maximal sync random write IOPS<br> for given latency, 4KiB</H4>
+                <table style="width: auto;" class="table table-bordered table-striped">
+                    <tr>
+                        <td>Latency ms</td>
+                        <td>IOPS</td>
+                    </tr>
+                    <tr>
+                        <td><div align="right">10</div></td>
+                        <td><div align="right">{rws4k_10ms}</div></td>
+                    </tr>
+                    <tr>
+                        <td><div align="right">30</div></td>
+                        <td><div align="right">{rws4k_30ms}</div></td>
+                    </tr>
+                    <tr>
+                        <td><div align="right">100</div></td>
+                        <td><div align="right">{rws4k_100ms}</div></td>
+                    </tr>
+                </table>
+            </td></tr></table>
+            </center>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-6">{rand_read_4k}</div>
+        <div class="col-md-6">{rand_write_4k}</div>
+    </div>
+</div>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/report_templates/report_hdd.html b/report_templates/report_hdd.html
index 5a540b8..43bf6c2 100644
--- a/report_templates/report_hdd.html
+++ b/report_templates/report_hdd.html
@@ -8,7 +8,8 @@
 
 <body>
 <div class="page-header text-center">
-    <h2>Performance Report</h2>
+    <h2>Performance Report</h2><br>
+    <h3>{comment}</h3><br>
 </div>
 <div class="container-fluid text-center">
     <div class="row" style="margin-bottom: 40px">