hm... you can check amount of the records before output... why not?
2007/5/4, Merric Mercer <[EMAIL PROTECTED]>:
>
> I have a template that has 3 non-contiguous areas. I need to display
> the results of a query set across these three areas.
> My initial solution was to split up the query set i
I have a template that has 3 non-contiguous areas. I need to display
the results of a query set across these three areas.
My initial solution was to split up the query set in the template using
"slice". For example:
{% for object in object_list|slice:"1:6" %}area one {% endfor %}
{% for objec
2 matches
Mail list logo