{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - Credits{% end %} {% block content %}

 Development Team

{% for person in data['staff']['development'] %}
{% if person['pic'] %} profile image {% end %}

{{ person['name'] }}

{% if person['loc'] %}

{{ person['loc'] }}

{% end %}
{% if person['tags'][0] %} {{ person['tags'][0] }} {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} {{ person['tags'][1][0] }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} {{ person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} {% end %}
{% if person['title'] %}
Crafty's {{ person['title'] }}
{% end %}

{{ person['blurb'] }}

{% end %}

 Support and Documentation Team

{% for person in data['staff']['support'] %}
{% if person['pic'] %} profile image {% end %}

{{ person['name'] }}

{% if person['loc'] %}

{{ person['loc'] }}

{% end %}
{% if person['tags'][0] %} {{ person['tags'][0] }} {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} {{ person['tags'][1][0] }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} {{ person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} {% end %}
{% if person['title'] %}
{{ person['title'] }}
{% end %}

{{ person['blurb'] }}

{% end %}

 Retired Staff

{% for person in data['staff']['retired'] %}
{% if person['pic'] %} profile image {% end %}

{{ person['name'] }}

{% if person['loc'] %}

{{ person['loc'] }}

{% end %}
{% if person['tags'][0] %} {{ person['tags'][0] }} {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} {{ person['tags'][1][0] }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} {{ person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} {% end %}
{% if person['title'] %}
{{ person['title'] }}
{% end %}

{{ person['blurb'] }}

{% end %}

Patreon Supporters

A huge thank you  to our Patreon supporters! | Last Update: {{ data["lastUpdate"] }}

{% for pat in data["patrons"] %} {% end %}
Name Level
{{ pat["name"] }} {% if pat["level"] == "Crafty Sustainer" %} Sustainer {% elif pat["level"] == "Crafty Advocate" %} Advocate {% elif pat["level"] == "Crafty Supporter" %} Supporter {% else %} Other {% end %}

Language Translation

A huge thank you  to our community who translate!

{% for person in data['translations'] %} {% end %}
Name Status
{{ person }} {% for language in data['translations'][person] %} {{ language }} {% end %}
{% end %} {% block js %} {% end %}