{% extends "base.html" %} {% block title %}{{ item_id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

Edit {{ item.get_id() }} - {{ type.get_id() }}

Download this spreadsheet and edit it.

Then using Python, run these commands to get the JSON data:

TODO

{% if site.get_github_url() %}

Go to the Github page to edit {{ item.get_git_filename() }} and copy and paste in the JSON.

Or open a issue?

Button TODO

{% else %}

In the git repository, edit {{ item.get_git_filename() }} and copy and paste in the JSON.

{% endif %} {% endblock %}