{% extends "base_toplevel.html" %} {% load i18n %} {% comment %} layerindex-web - machine index page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block navs %} {% autoescape on %}
  • Layers
  • Recipes
  • Machines
  • Classes
  • Distros
  • {% endautoescape %} {% endblock %} {% block content_inner %} {% autoescape on %}
    {% if machine_list %} {% for machine in machine_list %} {% endfor %}
    Machine name Description Layer
    {{ machine.name }} {{ machine.description }} {{ machine.layerbranch.layer.name }}
    {% if is_paginated %} {% load pagination %} {% pagination page_obj %} {% endif %} {% else %} {% if search_keyword %}

    No matching machines in database.

    {% endif %} {% endif %} {% endautoescape %} {% endblock %}