--- layout: default --- {% assign locations = site.data.plugo|sort:'state' %} {% assign total = 0 %} {% for row in locations %} {% assign state_lower_case = row.state|downcase %} {% assign city_lower_case = row.city|downcase %} {% assign total = total|plus:row.totalAvailablePowerbanks %} {% endfor %}
City, State Address Location Type Contact Count Date Added
{{site.data.city[city_lower_case] | default:row.city}}, {{site.data.state[state_lower_case] | default: row.state}} {{row.name}}
{% if row.floor!="NA"%}{{row.floor}}, {%endif %} {{row.address}}
{% assign w=row.website|strip %} {% if w!="" %}
🔗{%endif%} 🗺
{{row.business}} {% if row.mobile%} {{row.mobile| strip}}{%endif%} {{row.totalAvailablePowerbanks}} {{row.createdAt | date_to_string}}

Statistics