Changeset 343
- Timestamp:
- 05/02/08 20:05:57 (7 months ago)
- Files:
-
- trunk/src/dm/django/templates/registry/list.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/list.html
r341 r343 13 13 {% endif %} 14 14 15 <h2>{{registerNameTitle}}</h2> 15 {% block content_title %}<h2>{{registerNameTitle}}</h2>{% endblock %} 16 16 17 17 {% block table_comment %} 18 19 {% block table_comment_before %}{% endblock %} 20 18 21 {% if isCountZero %} 19 22 <p>There are no {{registerName}} at this time.</p> 20 23 {% else %} 21 24 {% if isCountSingle %} 22 <p> There is only one record.</p>25 <p> </p> 23 26 {% else %} 24 27 <p> 25 There are {{ objectCount }} registered{{registerName}}.28 There are {{ objectCount }} {{registerName}}. 26 29 {% if view.hasListallPage and showRegisterAllLink %} 27 30 <a href="{{uriPrefix}}/{{registryPath}}/listall/">View full list.</a> … … 30 33 {% endif %} 31 34 {% endif %} 35 36 {% block table_comment_after %}{% endblock %} 37 32 38 {% endblock %} 33 39
