{% extends "layerindex/classic_base.html" %} {% load i18n %} {% load staticfiles %} {% comment %} layerindex-web - OE-Classic recipe migration stats template Copyright (C) 2013, 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block navs %} {% autoescape on %}
  • Recipes
  • Stats
  • {% endautoescape %} {% endblock %} {% block content_inner %} {% autoescape on %}
    {% if branch.name == 'oe-classic' %}

    OE-Classic statistics

    {% else %}

    {{ branch.short_description }} statistics

    {% endif %}

    Comparison status

    Unavailable recipes by category

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