<div class="container pb-5" style="justify-content: center;">
  <input type="hidden" id="active_page" value="credential_issuers">
  <p>You are able to provide credentials from the following issuers</p>
  <table class="table table-hover">
    <thead>
      <tr>
        <th>Credential Issuer</th>
        <th>Credential</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
{{#credentialIssuerArray}}      
      <tr>
        <td>{{{issuer}}}</td>
        <td>{{{credential_type}}}</td>
        <td>{{{description}}}</td>
      </tr>
{{/credentialIssuerArray}}      
    </tbody>
  </table>
</div>