{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% load static %} {% block localbreadcrumb %}
  • All compatible machines
  • {% endblock %} {% block projectinfomain %} {% include "layers_dep_modal.html" %} {% if objects.paginator.count == 0 %} {% if request.GET.search %}
    {% else %}
    Toaster has no machine information. To generate machine information you should configure a layer source
    {% endif %} {% else %} {% include "basetable_top.html" %} {% for o in objects %} {{o.name}} {{o.description}} {{o.layer_version.layer.name}} {{o.layer_version.get_vcs_reference}} /machine/conf/{{o.name}}.conf Select machine Add layer {% endfor %} {% include "basetable_bottom.html" %} {% endif %} {% endblock %}