As I said, the data is already stored in variable: graphobject, I can 
simply achieve my goal by coding like this: {{% graphobject.1%}}, {{% 
graphobject.2 %}} ...... But I want a loop to do that

在 2018年4月19日星期四 UTC+2下午6:29:18,Jani Tiainen写道:
>
> Hi. Django templating language isn't programming language. It can't do 
> that. You need to prepare data suitable for displaying in your view.
>
>
> On Thu, Apr 19, 2018 at 7:01 PM, <shaw...@gmail.com <javascript:>> wrote:
>
>> I am currently working on django.
>>
>> I have a list of values which stored in 'graphobject', and 'metarange' is 
>> defined as range(0,59). In that case, how could I use numbers as argument 
>> to display the value stored in graphobject? I tried using following codes 
>> but it doesn't work
>>
>>
>> {% for i in metarange %}{% if graphobject.i != '' %}{{ graphobject.i }}{% 
>> endif %}{% endfor %}
>>
>>
>> Please tell me how could I do this?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/931f17b7-4cca-4b11-9aae-7e3092732dd3%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/931f17b7-4cca-4b11-9aae-7e3092732dd3%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jani Tiainen
>
> - Well planned is half done, and a half done has been sufficient before...
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/75e8baed-3009-4f53-9f72-7260a2467dfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to