diff --git a/project/templates/loan/master.html b/project/templates/loan/master.html
index d0318605d0cd1a586f59619749941840ea21fc44..18204e2d0cfbfbd5d1114a775aa17840db55a2f3 100644
--- a/project/templates/loan/master.html
+++ b/project/templates/loan/master.html
@@ -18,10 +18,11 @@
                         <p>The Bourne Identity</p>
                     </td>
                     <td>
-                        <p>Brian Wood</p>
+                        <!-- Maybe this can link to a modal that shows more information about the borrower??? -->
+                        <p><a href="#">Brian Wood</a></p>
                     </td>
                     <td>
-                        <p>Thur, April 17, 2014/p>
+                        <p>Thur, April 17, 2014</p>
                     </td>
                     <td>
                     	<p>Thur, May 1, 2014</p>
@@ -32,6 +33,26 @@
                         </button>
                     </td>
                 </tr>
+                <tr>
+                    <td>
+                        <p>Frozen</p>
+                    </td>
+                    <td>
+                        <!-- Maybe this can link to a modal that shows more information about the borrower??? -->
+                        <p><a href="#">Grandma Bills</a></p>
+                    </td>
+                    <td>
+                        <p>Sun, April 20, 2014</p>
+                    </td>
+                    <td>
+                        <p>Sun, May 4, 2014</p>
+                    </td>
+                    <td>
+                        <button class="btn btn-default btn-sm">
+                            <span class="glyphicon glyphicon-hand-down"></span> Return
+                        </button>
+                    </td>
+                </tr>
             </tbody>
         </table>
 	</div>