25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <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>
|