{% extends "base.html" %} {% block content %}
Hi {{ user_name }}! {% if report_count >= 100 %} You've made a lot of reports! {% elif report_count == 0 %} Welcome! You haven't made any reports yet. {% else %} You have made at least {{ report_count }} report(s). Thank you for your contributions! {% endif %}
{% if object_list %}To begin, please select the public transit agency or card you wish to contribute data for.
Sorry, there are currently no agencies which we are collecting data for right now.
{% endif %} {% endblock %}