Mwebvendor
Mwebvendor {% if comment.author_profile %}
<img class="img-responsive" src="/img/user.jpg" />
<a href="{{ comment.author_profile.link }}">
<figcaption class="text-center">{{ comment.author_profile.name }}</figcaption>
</a>
{% else %}
<figcaption class="text-center">{{ comment.nick }}</figcaption>
{% endif %}
like this?