{% if not location.pickup_by_mail %} {% if request.is_mobile_app %} {% endif %} {%if location.has_coordinates %} Get directions {% endif %} {% if location.users_must_coordinate_pickup %} You must schedule your pickup time in advance. {% else %}

{{ location.pickup_time }} {% comment %} Web shows a Google/ICS/Outlook dropdown; the native app shows a single button that adds the pickup straight to the device calendar (via fishAddToCalendar → addToCalendar bridge, with an .ics-download fallback), since the web calendar links don't work in the WebView. {% endcomment %} {% if hasChosenLocation == location.pk %} {% if request.is_mobile_app %} {% else %}

{% endif %} {% endif %} {% if location.second_pickup_time %}
You must return on {{ location.second_pickup_time }} to pick up lots from other locations.
{% if hasChosenLocation == location.pk %} {% if request.is_mobile_app %} {% else %} {% endif %} {% endif %} {% endif %}

{% endif %} {% endif %}