2016-06-10 11:24:38 +02:00
|
|
|
|
|
|
|
<div class="profile-listing-row" >
|
|
|
|
<div class="profile-listing-cell" >
|
2018-12-14 04:28:12 +01:00
|
|
|
<a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-{{$id}}" src="{{$photo}}" alt="{{$alt}}" /></a>
|
2016-06-10 11:24:38 +02:00
|
|
|
</div>
|
|
|
|
<div class="profile-listing-photo-end"></div>
|
|
|
|
<div class="profile-listing-cell" id="profile-listing-name-{{$id}}">
|
|
|
|
<a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
|
|
|
|
</div>
|
|
|
|
<div class="profile-listing-cell">
|
2019-01-01 17:45:36 +01:00
|
|
|
{{$visible nofilter}}
|
2016-06-10 11:24:38 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="profile-listing-end"></div>
|
|
|
|
|