{# If this is not an imported layer then hide the edit ui #}
{% if not layerversion.layer_source_id or layerversion.layer_source.sourcetype != layerversion.layer_source.TYPE_IMPORTED %}
{% endif %}
Toaster does not have recipe information for the {{layerversion.layer.name}} layer.
Toaster learns about layers when you build them. If this layer provides any recipes, they will be listed here after you build the {{layerversion.layer.name}} layer.
{% url 'layerrecipestable' project.id layerversion.id as xhr_table_url %}
{% with "recipestable" as table_name %}
{% with "Recipes" as title %}
{% include 'toastertable-simple.html' %}
{% endwith %}
{% endwith %}
Toaster does not have machine information for the {{layerversion.layer.name}} layer.
Toaster learns about layers when you build them. If this layer provides any machines, they will be listed here after you build the {{layerversion.layer.name}} layer.
{% url 'layermachinestable' project.id layerversion.id as xhr_table_url %}
{% with "machinestable" as table_name %}
{% with "Machines" as title %}
{% include 'toastertable-simple.html' %}
{% endwith %}
{% endwith %}
About {{layerversion.layer.name}}
Summary
Not set{{layerversion.layer.summary|default_if_none:''}}
Description
Not set{{layerversion.layer.description|default_if_none:''}}