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.
              Sadly, machine information cannot be obtained from builds, so this page will remain empty.
             
            
            {% 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 %}