2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<div class="profile-listing" >
|
2016-06-10 11:24:38 +02:00
|
|
|
<div class="profile-listing-photo-wrapper" >
|
|
|
|
<a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-{{$id}}" src="{{$photo}}" alt="{{$alt}}" /></a>
|
|
|
|
</div>
|
|
|
|
<div class="profile-listing-photo-end"></div>
|
|
|
|
<div class="profile-listing-name" id="profile-listing-name-{{$id}}">
|
|
|
|
<a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
|
|
|
|
</div>
|
2018-12-21 06:26:29 +01:00
|
|
|
<div class="profile-listing-visible">{{$visible nofilter}}</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
</div>
|
|
|
|
<div class="profile-listing-end"></div>
|