{% extends "base.html" %} {% load endless %} {% load truncatechars %} {% block title %} — {{ supporter.username }}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% ifequal supporter request.user %} {% endifequal %} {% if slidelist %} {% else %} {% endif %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ activetab }}
{% if supporter.library %}
{{ supporter.library }} is a Library participating in Unglue.it. Click here to use {{ supporter.library }}'s books.
{% endif %}
{% if supporter.profile.badges.all %} {% for badge in supporter.profile.badges.all %} {{ badge.description }} {% endfor %} {% endif %}
{% with supporter.profile.tagline as tagline %}{% if tagline %}{{ tagline }}{% else %} {% endif %}{% endwith %}
{% ifequal request.user supporter %} I've unglued {{ backed }} I'm ungluing {{ backing }} I'm wishing for {{ wished }} {% else %} has unglued {{ backed }} is ungluing {{ backing }} is wishing for {{ wished }} {% endifequal %}
{% ifequal request.user supporter %}
Edit Your Profile
{% endifequal %}
{% ifequal supporter request.user %}
{% csrf_token %}
{{ profile_form.avatar_source.errors }} Your profile pic: {{ profile_form.avatar_source }} {% ifequal supporter.profile.avatar_source 1 %}
Set your Gravatar

{% endifequal %}

Your Tagline

{{ profile_form.tagline.errors }} {{ profile_form.tagline }}
140 characters remaining

Your Links

{{ profile_form.home_url }}{{ profile_form.home_url.errors }}
{% if supporter.profile.twitter_id %} Update your Twitter connection
or disconnect Twitter: {{ profile_form.clear_twitter }} {% else %} Connect your Twitter account to Unglue.it {% endif %}
{% if supporter.profile.facebook_id %} Update your Facebook connection
or disconnect Facebook: {{ profile_form.clear_facebook }} {% else %} Connect your Facebook account to Unglue.it {% endif %}
{% if user.profile.goodreads_user_id %} Update your GoodReads connection
or disconnect GoodReads: {{ profile_form.clear_goodreads }} {% else %} Connect your GoodReads account to Unglue.it {% endif %}
{{ profile_form.librarything_id }}{{ profile_form.librarything_id.errors }}

Import your books

{% if request.user.profile.goodreads_user_id %}
{% csrf_token %}
{% else %}
Connect your GoodReads account to import from GoodReads.
{% endif %} {% if request.user.profile.librarything_id %}
{% csrf_token %}
{% else %}
Add your LibraryThing ID to import from LibraryThing.
{% endif %}
{% endifequal %}
{% endblock %} {% block content %}
{% include "explore.html" %}
{% if not works %} {% comment %} if we're in empty-wishlist, slideshow mode, suppress tab area {% endcomment %} {% endif %}
{% ifequal wishlist.works.all.count 0 %} {% ifequal request.user supporter %}

Add a book to your list to get started.



{% include "slideshow.html" %}



We'd also love to hear your feedback.
{% else %}
It looks like {{ supporter.username }} is just getting started, and hasn't added books just yet.

{% endifequal %} {% else %} {% if request.user.is_anonymous %}
{% if works_unglued %} {{ supporter }} wants you to know about these free books. Find out why. {% else %} {{ supporter }} isn't promoting any free books yet. Find out how you can. {% endif %}
{% if works_active %} {{ supporter }} is helping to make these books free. Find out how. {% else %} {{ supporter }} isn't ungluing books at the moment. Find out how you can. {% endif %}
{% if works_wished %} {{ supporter }} wants these books to be free. Find out how to help. {% else %} {{ supporter }} hasn't decided which books to give the world yet. Learn more. {% endif %}
{% endif %} {% lazy_paginate 20 works_unglued using "works_unglued" %} {% for work in works_unglued %}
{% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}
{% endfor %} {% lazy_paginate 20 works_active using "works_active" %} {% for work in works_active %}
{% with work.googlebooks_id as googlebooks_id %}{% with 'tabs-2' as tab_override %} {% include "book_panel.html" %} {% endwith %}{% endwith %}
{% endfor %} {% lazy_paginate 20 works_wished using "works_wished" %} {% for work in works_wished %}
{% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}
{% endfor %} {% endifequal %}
{% endblock %}