{% extends "base" %} {% load listify %} {% load facebook %} {% block title %} | People{% endblock %} {% block body %}
Account | Name | Computers | {% if user.is_authenticated %}Laptop(s) | {% endif %}del.icio.us | {% if user.is_authenticated %}Facebook Profile(s) | {% endif %}
---|---|---|---|---|---|
{{ person }} | {{ person.full_name }} | {% if person.login_set.all %}{% listify login in person.login_set.all %}{{ login.computer }}{% endlistify %}{% else %}None{% endif %} | {% if user.is_authenticated %}{% if person.laptops %}{% listify laptop in person.laptops %}{{ laptop.laptop_name }}{% endlistify %}{% else %}None{% endif %} | {% endif %}{% if person.delicious_user_set.all %}{% listify user in person.delicious_user_set.all %}{{ user }}{% endlistify %}{% else %}None{% endif %} | {% if user.is_authenticated %}{% if person.facebook_users %}{% for user in person.facebook_users %}{% endfor %}{% else %}None{% endif %} | {% endif %}