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

eval like feature #70

Open
DarkAxi0m opened this issue Oct 29, 2013 · 0 comments
Open

eval like feature #70

DarkAxi0m opened this issue Oct 29, 2013 · 0 comments

Comments

@DarkAxi0m
Copy link

I don't know how else to describe this but we are trying to create more dynamic reporting for our system, and want to something like the following,

{% for member in members %}
   <tr>
{% for  Field in Fields %} <td >{{ field.name }}</td> {% endfor %}
  </tr>
{% endfor %}

where field.name has strings like member.name or member.group and will get the member.name etc instead of just outputting the string "member.name" like the eval function.

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

1 participant