Skip to content

Latest commit

 

History

History
63 lines (63 loc) · 1.57 KB

File metadata and controls

63 lines (63 loc) · 1.57 KB
layout page
title Organizations that have Implemented Green Button

Organizations that Support Green Button

The following organizations have deployed Green Button for their customers


Green Button Utilities

    {% for organization in site.data.partners %} {% if organization.status == "implemented" %} {% if organization.type == "utility" %}
  • {{organization.name}}
  • {% endif %} {% endif %} {% endfor %}

Green Button Vendors

    {% for organization in site.data.partners %} {% if organization.status == "implemented" %} {% if organization.type == "company" %}
  • {{organization.name}}
  • {% endif %} {% endif %} {% endfor %}

Committed Utilities

    {% for organization in site.data.partners %} {% if organization.status == "committed" %} {% if organization.type == "utility" %}
  • {{organization.name}}
  • {% endif %} {% endif %} {% endfor %}

Green Button Vendors

    {% for organization in site.data.partners %} {% if organization.status == "implemented" %} {% if organization.type == "company" %}
  • {{organization.name}}
  • {% endif %} {% endif %} {% endfor %}