{% if worker.user == user %}
Your Profile
{% else %}Worker Profile
{% endif %}
{% with object as worker %}
{% endwith %}
{% avatar object 250 %}
{% if user.is_authenticated %}
{% else %}
Register or login to view worker contact information
{% endif %}{% if worker.name %}{{worker.name}} ({{worker.user.username}}){% else %}{{worker}}{% endif %}
{% if worker.user == user %}
{% if worker.why %}{{worker.why|markdown}}
{% else %}
{% if worker.website %}Update your profile and tell folks why you're a member of Code 4 Maine!
{% endif %} {% else %}This worker has not created a profile yet.
{% endif %}