{% extends "asn/base.html" %} {% load url from future %} {% load lazysignup_tags %} {% block content %}

Hi, {{ request.user.username }}

You have no friends.

{% if request.user|is_lazy_user %}

Hey, lazy. Go set yourself up.

{% endif %}

Fine. I'll go home then.

{% endblock content %}