--- layout: default --- {{content}} {% assign zeroPowerBankLocations = 0 %} {% 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 %} {% if row.totalAvailablePowerbanks == 0 %} {% assign zeroPowerBankLocations = zeroPowerBankLocations | plus:1 %} {% endif %} {% assign total = total|plus:row.totalAvailablePowerbanks %} {% endfor %}
Address Location Type Count Date Added
{{row.name}}
{% if row.floor!="NA"%}{{row.floor}}, {%endif %} {% assign address = row.address %} {% for mapping in site.data.city %} {% assign old=mapping[0] %} {% assign new=mapping[1] %} {% assign address = address|replace:old,new %} {% endfor %} {{address}}
{% assign w=row.website|strip %} {% if w!="" %}
🔗{%endif%} 🗺 {%comment%}8047112182 is Plugo's office number{%endcomment%} {% if row.mobile %}{%unless row.mobile contains '8047112182' %} 📞{%endunless%}{%endif%}
{{row.business}} {{row.totalAvailablePowerbanks}}{{row.createdAt | date_to_string}}

Statistics