{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - main layer index page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %} {% if layer_list %}
Filter layers
{% for layeritem in layer_list %} {% endfor %}
Layer name Description Type Repository
{{ layeritem.name }} {{ layeritem.summary }} {{ layeritem.get_layer_type_display }} {{ layeritem.vcs_url }} {% if layeritem.vcs_web_url %} web repo {% endif %} {% if layeritem.tree_url %} tree {% endif %}
{% if is_paginated %} {% load pagination %} {% pagination page_obj %} {% endif %} {% else %}

No matching layers in database.

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