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

 Development Team

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

{{ person['name'] }}

{% if person['loc'] %}

{{ person['loc'] }}

{% end %}
{% if person['tags'][0] %} {{ person['tags'][0] }} {% end %} {% if person['tags'][1] %} {{ person['tags'][1] }} {% 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'] %}
profile image

{{ person['name'] }}

{% if person['loc'] %}

{{ person['loc'] }}

{% end %}
{% if person['tags'][0] %} {{ person['tags'][0] }} {% end %} {% if person['tags'][1] %} {{ person['tags'][1] }} {% 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 %}

 Retired Staff

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

{{ person['name'] }}

{% if person['loc'] %}

{{ person['loc'] }}

{% end %}
{% if person['tags'][0] %} {{ person['tags'][0] }} {% end %} {% if person['tags'][1] %} {{ person['tags'][1] }} {% 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 %}

Patreon Supporters

A huge thank you  to our Patreon supporters

{% for pat in data["patreons"] %} {% end %}
Name Level
{{ pat["name"] }} {% if pat["level"] == "sustainer" %} Sustainer {% elif pat["level"] == "advocate" %} Advocate {% elif pat["level"] == "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 %}