Custom Board Tracker
{{board_label | slice: 1,board_label.size}}
Serial # {{serial_no}}
Designed
{% for e in environments %}
{% assign color = 'gray' %}
{% if e.status %}
{% assign color = 'blue' %}
{% endif %}
{{e.environment}}
{% if e.status == 'Complete' %}
{% else %}
{% endif %}
{% endfor %}
{% assign color = 'gray' %}
{% if current_status == 'Complete' %}
{% assign color = 'blue' %}
{% endif %}
Complete

{% if current_environment == 'None' %}
{% if current_status == 'Complete' %}
Your board is {{current_status}}
{% else %}Your board is Awaiting Production
{% endif %} {% else %}Your board is currently at {{current_environment}}
{% endif %}Please enter a valid Channel Islands Surfboard Serial Number into the field above to see the status of your custom surfboard.
{% endif %}