1
<table class="staffTable">
2
<caption>Web Service Cients</caption>
8
<th>Is webservice client</th>
15
<?php foreach ($sf_guard_user_profiles as $sf_guard_user_profile): ?>
17
<td><a href="<?php echo url_for('profile/edit?id='.$sf_guard_user_profile->getId()) ?>"><?php echo $sf_guard_user_profile->getId() ?></a></td>
18
<td><?php echo $sf_guard_user_profile->getUserId() ?></td>
19
<td><?php echo $sf_guard_user_profile->getToken() ?></td>
20
<td><?php echo $sf_guard_user_profile->getIsWebserviceClient() ?></td>
21
<td><?php echo $sf_guard_user_profile->getIsActive() ?></td>
22
<td><?php echo $sf_guard_user_profile->getCreatedAt() ?></td>
23
<td><?php echo $sf_guard_user_profile->getUpdatedAt() ?></td>
30
<a href="<?php echo url_for('profile/new') ?>" class="continueButton">New</a>
b'\\ No newline at end of file'