{% if user.first_name %}{{ user.first_name }}{% else %}{{ user.username }}{% endif %} {% if has_gravatar %}{% include "gravatar.html" with image_size=25 %}{% endif %}