<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

  </head>
  <body>

    <div class="container">

      <b>Tracetec Debt Recovery - Message Templates</b>

      <p><br>Below are the templates used when sending out notifications to clients.</p>

      <p>&nbsp;</p>

      <?php 
$templates = Tracetec_Debt_Manager::getMessageTemplates();
if (count($templates) > 0) {
    ?>
      <table width="95%" border="1">
          <thead>
              <tr>
                  <th>Type</th>
                  <th>Name</th>
                  <th>Template</th>
                  <!--<th>Supported Keys</th>-->
                  <th>Actions</th>
              </tr>
          </thead>
            <?php 
    foreach ($templates as $template) {
        ?>