Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put forloop.counter0 into graph argument list possible? #4

Closed
sfdye opened this issue Oct 18, 2012 · 1 comment
Closed

Put forloop.counter0 into graph argument list possible? #4

sfdye opened this issue Oct 18, 2012 · 1 comment

Comments

@sfdye
Copy link

sfdye commented Oct 18, 2012

Hi mvasilkov

Here is an issue I have put on stackoverflow,

http://stackoverflow.com/questions/12930169/django-put-forloop-counter0-into-custom-tag-argument-list-possible

Please help.

Thank you very much.

@jdeprin
Copy link

jdeprin commented Apr 25, 2017

In case anyone finds this on google, I had this issue and ended up adding the functionality in #13

{% for key,value in data.items %}
    ...
    {% graph key "data" "options" %}
    ...
{% endfor %}
{% for key,value in data.items %}
    <div id="{{ key }}"></div>
{% endfor %}

@sfdye sfdye closed this as completed Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants