Deployment Guide
Amigopod 3.7 | Deployment Guide Guest Management | 201
Create the Print Template
By default, the print templates include username, password, expiration, as well as other options. For the
purpose of access codes, we only want the username presented. This access code login example bases the
print template off an existing scratch card templates.
1. Navigate to Customization > Print Templates.
2. Select Two-column scratch cards and click Duplicate.
3. Select the Copy of Two-column scratch cards template, then click Edit.
4. In the Name field, substitute Access Code for Username as shown below.
5. Remove extraneous data from the User Account HTML field. Example text is shown below.
<table {$table_class_content}>
<thead>
<tr>
<th class="nwaTop" colspan="3">Access Details</th>
</tr>
</thead>
<tbody>
<tr>
<td class="nwaBody" rowspan="99" valign="top"><img src="images/icon-user48.png"
width="48" height="48" border="0" alt=""></td>
<th class="nwaLeft">Access Code</th>
<td class="nwaBody" style="width:12em">{$u.username|htmlspecialchars}</td>
</tr>
{if $u.create_result.error}
<tr>
<th class="nwaLeft">Error</th>
<td class="nwaBody"><span class="nwaError">{$u.create_result.message}</span></td>
</tr>
{/if}
</tbody>
</table>
6. Click Save Changes to save your settings.
7. To preview the new template, select the template in the Guest Manager Print Templates list, then click
Preview. The template created in this example appears as shown below.










