{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% load static %} {% block localbreadcrumb %}
  • All compatible layers
  • {{layerversion.layer.name}} ({{layerversion.get_vcs_reference|truncatechars:13}})
  • {% endblock %} {% block projectinfomain %} {# If this is not an imported layer then hide the edit ui #} {% if layerversion.layer_source_id != 3 %} {% endif %} {% include "layers_dep_modal.html" %}
    {% if layer_in_project == 0 %} {% else %} {% endif %}
    Repository URL
    {{layerversion.layer.vcs_url}} {% if layerversion.get_vcs_link_url %} {% endif %}
    Repository subdirectory
    {{layerversion.dirpath}} {% if layerversion.get_vcs_dirpath_link_url %} {% endif %}
    Revision
    {{layerversion.get_vcs_reference}}
    Layer dependencies
    You can only add layers Toaster knows about
    {% if total_targets == 0 %}

    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.

    {% else %}
    {% if targets.paginator.count == 0 %}

    No targets found

    {% endif %} {# only show the search form if we have more than 10 results #} {% if targets.paginator.count > 10 or request.GET.targets_search %} {% if targets.paginator.count == 0 %}
    {% else %} {% endif %} {% if request.GET.targets_search %} {% endif %} {% if targets.paginator.count == 0 %}
    {% else %} {% if total_targets > 10 %}
    Show rows:
    {% endif %}
    {% for target in targets %} {% endfor %}
    Recipe {% if request.GET.targets_search %} {{targets.paginator.count}} {% endif %} Recipe version Summary Build recipe
    {{target.name}} {% if target.up_id %} {% endif %} {{target.version}} {{target.summary}}
    {% if total_targets > 10 %} {% endif %} {% endif %} {% endif %}
    {% if total_machines == 0 %}

    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.

    {% else %}
    {% if machines.paginator.count == 0 %}

    No machines found

    {% endif %} {# only show the search form if we have more than 10 results #} {% if machines.paginator.count > 10 or request.GET.machines_search %} {% if machines.paginator.count == 0 %}
    {% else %} {% endif %} {% if request.GET.machines_search %} {% endif %} {% if machines.paginator.count == 0 %}
    {% else %} {% if total_machines > 10 %}
    Show rows:
    {% endif %}
    {% for machine in machines %} {% endfor %}
    Machine {% if request.GET.machines_search %} {{machines.paginator.count}} {% endif %} Description Select machine
    {{machine.name}} {% if machine.get_vcs_machine_file_link_url %} {% endif %} {{machine.description}}
    {% if total_machines > 10 %} {% endif %} {% endif %} {% endif %}

    About {{layerversion.layer.name}}

    Summary
    {{layerversion.layer.summary|default_if_none:''}}
    Cancel
    Description
    {{layerversion.layer.description|default_if_none:''}}
    Cancel
    {% if layerversion.layer.up_id %}
    Layer index
    layer index link
    {% endif %}
    {% endblock %}