{block name=content}
|
| |
|
Profile of {$target_name} |
| |
|
|
|
|
|
Info
Email: |
{$mail} |
Role: |
{if $userPermission eq 1}User{/if}
{if $userPermission eq 2}Moderator{/if}
{if $userPermission eq 3}Admin{/if}
|
{if $firstName neq ""}
Firstname: |
{$firstName} |
{/if}
{if $lastName neq ""}
LastName: |
{$lastName} |
{/if}
{if $country neq ""}
Country: |
{$country} |
{/if}
{if $gender neq 0}
Gender: |
{if $gender eq 1}
♂ |
{else if $gender eq 2}
♀ |
{/if}
{/if}
|
|
|
Tickets
ID |
Title |
Timestamp |
Category |
Status |
{foreach from=$ticketlist item=ticket}
{$ticket.tId} |
{$ticket.title} |
{$ticket.timestamp} |
{$ticket.category} |
{if $ticket.status eq 0} {/if} {$ticket.statusText} |
{/foreach}
|
|
|
|
|
{/block}