seitime-frappe/webnotes/templates/includes/profile_display.html
2014-02-03 20:23:14 +05:30

9 lines
No EOL
367 B
HTML

<div class="media">
<div class="pull-left">
<img class="media-object" src="{{ profile.user_image }}" style="width: 50px; min-height: 1px"/>
</div>
<div class="media-body">
<div>{{ profile.first_name or "" }} {{ profile.last_name or "" }}</div>
<div class="text-muted"><small>{{ profile.fb_location or profile.fb_hometown or "" }}</small></div>
</div>
</div>