{% extends "base_toplevel.html" %} {% load i18n %} {% comment %} layerindex-web - recipe 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 %}
    help
    {% if recipe_list %} {% for recipe in recipe_list %} 0 %}class="text-muted"{% endif %}> {% endfor %}
    Recipe name Version Description Layer
    {{ recipe.name }}{% if 'image' in recipe.inherits.split %} {% endif %}{% if recipe.blacklisted %}blacklisted{% endif %} {{ recipe.pv }} {{ recipe.short_desc }} {{ recipe.layerbranch.layer.name }}
    {% if is_paginated %} {% load bootstrap_pagination %}
    {% bootstrap_paginate page_obj range=10 show_prev_next="false" show_first_last="true" %}
    {% endif %} {% else %} {% if search_keyword %}

    No matching recipes in database.

    {% endif %} {% endif %} {% endautoescape %} {% endblock %} {% block scripts %} {% endblock %}