Last change
on this file since 7926d68 was 7926d68, checked in by DenicaKj <dkorvezir@…>, 2 years ago |
Profiles for user and worker
|
-
Property mode
set to
100644
|
File size:
522 bytes
|
Rev | Line | |
---|
[7926d68] | 1 | <div class="container-1">
|
---|
| 2 | <h1 style="color: white; font-weight: 600" class="name" th:text="${customer.first_name}+' '+${customer.last_name}">
|
---|
| 3 | </h1>
|
---|
| 4 | <h4 style="color: white;"> Адреса:
|
---|
| 5 | <span th:text="${customer.address}"></span>
|
---|
| 6 | </h4>
|
---|
| 7 | <h4 style="color: white"> Број:
|
---|
| 8 | <span th:text="${customer.contact_number}"></span>
|
---|
| 9 | </h4>
|
---|
| 10 | <h4 style="color: white"> Датум на креирање профил:
|
---|
| 11 | <span th:text="${customer.date_created}"></span>
|
---|
| 12 | </h4>
|
---|
| 13 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.