web/ldt/templates/admin/page_app_index.html
author ymh <ymh.work@gmail.com>
Wed, 27 Oct 2010 23:43:29 +0200
changeset 16 438b8a86ee72
parent 1 eb9188f2ee4f
permissions -rw-r--r--
Added tag V00.05 for changeset 397487a6bf90

{% extends "admin/page_index.html" %} 
{% load i18n %} 

{% if not is_popup %}

{% block breadcrumbs %}
<div class="breadcrumbs"><a href="../">
{% trans "Home" %}</a> &rsaquo; 
{% for app in app_list %}
{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}
{% endfor %}</div>{% endblock %}

{% endif %} 

{% block sidebar %}{% endblock %}