21 lines
380 B
HTML
21 lines
380 B
HTML
<template name="hipaaLogPage">
|
|
<div id="hipaaLogPage" class="page">
|
|
{{#if hasCloseButtons}}
|
|
{{> hipaaCloseButton header="true" }}
|
|
{{/if}}
|
|
|
|
{{> hipaaRibbon }}
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
{{> hipaaAuditLog}}
|
|
</div>
|
|
</div>
|
|
|
|
{{#if hasCloseButtons}}
|
|
{{> hipaaCloseButton }}
|
|
{{/if}}
|
|
|
|
</div>
|
|
</template>
|