{% extends "base_toplevel.html" %} {% load i18n %} {% comment %} layerindex-web - class index page template Copyright (C) 2013, 2017 Intel Corporation Copyright (C) 2016 Wind River Systems 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 class_list %} {% for class in class_list %} {% endfor %}
    Class Name Layer
    {{ class.name }} {{ class.layerbranch.layer.name }}
    {% if is_paginated %} {% load pagination %} {% pagination page_obj %} {% endif %} {% else %} {% if search_keyword %}

    No matching classes in database.

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