What Did You Do?

{% if user and date %} {% if error %}

{{ error }}

{% elif changes %}

{{ user }} did {{ changes.values() | sum }} changes in {{ changesets }} changeset{{ "s" if changesets > 1 else "" }} on {{ date }}!

{% else %}

{{ user }} did not do anything on {{ date }}.

{% endif %} {% else %}

How much did you contribute to OpenStreetMap today? Or any other day? To answer this question, enter your OSM username and the date you want to check above and click "Show".

{% endif %}