{% if columns %}
{% for col in columns %}
{% if col.title %}

{{ col.title }}

{% endif %}{% if col.links %}
    {% for link in col.links %}
  • {{ link.label }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% else %}

// add columns to populate this grid

{% endif %}

BUILD {{ buildHash|default:'dev' }}

{% if showStatus != false and showStatus != "false" and showStatus != "off" and showStatus != "no" and showStatus != "0" and showStatus != "" %} OK{% endif %}