HOME


Mini Shell 1.0
DIR: /home/cardxfeb/www/resources/views/dashboard/templates/
Upload File :
Current File : //home/cardxfeb/www/resources/views/dashboard/templates/templates.php
<script id="sadminDashboardTemplate" type="text/x-jsrender">
    <tr>
    <td>
        <div class="symbol symbol-45px me-2">
            <span class="text-muted fw-bold d-block">{{:name}}</span>
        </div>
    </td>
    <td>
        <span class="text-muted fw-bold d-block">{{:email}}</span>
    </td>
    <td class="">
    {{if !contact}}
            null
    {{/if}}
        <span class="text-muted fw-bold d-block text-nowrap" dir="ltr">{{:contact}}</span>
    </td>
    <td class="text-muted fw-bold">
        {{:registered}}
    </td>
</tr>





</script>