{% extends "layerindex/classic_base.html" %} {% load i18n %} {% load nvd3_tags %} {% load staticfiles %} {% comment %} layerindex-web - OE-Classic recipe migration stats template Copyright (C) 2013 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 %}

    OE-Classic statistics

    Migration status

    {% include_container "chart_status" 400 600 %}

    Unmigrated recipes by category

    {% include_container "chart_category" 400 600 %}
    {% endautoescape %} {% endblock %} {% block scripts %} {% load_chart charttype_status chartdata_status "chart_status" extra_status %} {% load_chart charttype_category chartdata_category "chart_category" extra_category %} {% endblock %}