You are {{ escape(user.username) }}

Have you linked to your Gittip profile from other websites? Be sure to update those links!

Statement

{{ MAKING }} ... Newlines and links are converted to HTML.
{{ MAKING }} {{ wrap(participant.statement) }}

Funding Goal

{% if user.goal > 0 %} My goal is to receive ${{ locale.format("%.2f", user.goal, grouping=True) }} per week on Gittip. {% elif user.goal == 0 %} I'm here as a patron. {% else %} I'm grateful for gifts, but I don't have a specific funding goal. {% end %}
0 %} checked="true"{% end %}/>

{% include "connected-accounts.html" %}
{% if participant.get_dollars_receiving() > 0 %} {% set tip_distribution = participant.get_tip_distribution()[0] %}

Tips Received, by Number of Tips

{% include "tip-distribution.html" %}

Tips Received, by Dollar Amount

{% for amount, ncontributors, summed, pcontributors, psummed in tip_distribution %} {% if str(amount) == '-1' %} {% else %} {% end %} {% end %}
Other$ {{ amount }} {{ "%5.1f" % (psummed * 100) }}% (${{ summed }})
{% end %}