<div class="container" style="justify-content: center;">
  <input type="hidden" id="active_page" value="relationships">
  <p>You have issued a credential to sites marked as 'Issued'.  The other sites (marked 'R') have been recommended by one of your issuers. </p>
  <table class="table table-hover">
    <thead>
      <tr>
        <th>Entity</th>
        <th>Web Site</th>
        <th></th>
      </tr>
    </thead>
    <tbody>
{{#websitesArray}}      
      <tr>
        <td>{{name}}</td>
        <td><a href="{{url}}">{{url}}</a></td>
        <td>{{note}}</td>
      </tr>
{{/websitesArray}}      
    </tbody>
  </table>
</div>
