{% if plugin.products %}
Select Lectronz Product to link to {{ part.name }}. Not Linked
{% for product in plugin.products.values %} {% endfor %}
{% if "lectronz_product" in part.metadata %} {{ part.metadata|json_script:"part_metadata" }} {% else %} {% endif %} {% elif plugin.products == None %}

Failed to connect to Lectronz API. Copy your Lectronz API Token and set it in the Lectronz Plugin Settings.

{% else %}

Failed to find any valid Products in your Lectronz Store. Create a Product to Link it to this Part.

{% endif %}