Ticket #1585: index.2.diff
File index.2.diff, 589 bytes (added by , 19 years ago) |
---|
-
index.html
13 13 {% if app_list %} 14 14 {% for app in app_list %} 15 15 <div class="module"> 16 <table summary="{% blocktrans %}Models available in {{ app.name }} application.{% endblocktrans %}">16 <table summary="{% blocktrans with app.name as name %}Models available in the {{ name }} application.{% endblocktrans %}"> 17 17 {% for model in app.models %} 18 18 <caption>{{ app.name }}</caption> 19 19 <tr>