src/Social/FrontendBundle/Resources/views/Photos/profile_photo_single_item.html.twig line 1

Open in your IDE?
  1. <img src="{{ get_user_profile_picture(user, filter) }}" alt="{{ user.username }}"
  2.      class="{% if no_circle is not defined or no_circle == false %}img-circle{% endif %} {% if user == app.user %}my-avatar{% endif %} {{ class }}"
  3.      {% if has_tooltip is defined and has_tooltip %}data-toggle="tooltip" data-placement="top"
  4.      data-original-title="{{ title }}"{% endif %}
  5.      default-profile-photo-url="{{ get_default_profile_picture(user, filter) }}"
  6.         {{ extra_attr|default('')|raw }}
  7. />