jinja2 is a fast, full-featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. Use this tag for questions relating specifically to Jinja 2.

learn more… | top users | synonyms

0
votes
1answer
9 views

Jinja2 multiple variables in same for loop

I would like to populate the same section of a Jinja2 for loop with data from 2 separate SQL queries using Python / Webapp2 / Jinja2. Specifically, I am storing team info in a variable called "team" ...
0
votes
1answer
16 views

Template block recursion with Jinja

I'm new to Jinja and just trying to evaluate whether it'll do what I need. Say I have a list of elements, with each element containing a dictionary of key/value pairs. I want Jinja to iterate on ...
0
votes
0answers
11 views

Tidy for Jinja2 templates

Is there a tidy-like tool or a tidy configuration, which works fine with Jinja2 templates? The default tidy has problems with Jinja code in attributes and Jinja-loops are formated in an unreadable ...
0
votes
0answers
45 views

Python return csv file for d3.js bar chart

I need to draw a bar chart which data is stored in csv format generated by python. The bar chart source code look like this: function renderChart() { var data = ...
1
vote
1answer
53 views

Getting Started with Python in Google App Engine

I'm just getting started in python with google app engine using the webapp2 framework and jinja2 templating. I can't seem to get my first and very simple script up and running. All I want is for the ...
0
votes
1answer
22 views

Prevent Flask + jinja2 from converting a long integer into a decimal

[a total python noob] I'm rendering a template and passing in a dictionary: d = {'id':3423444989845} but when I'm doing like so <div id="{{d['id']}}"> instead of getting <div ...
1
vote
1answer
17 views

How do I debug python sphinx themes?

I want to edit a Sphinx theme and can't understand what variables are present in the document. The official documentation laks any kind of information. How do I see what variables are present in the ...
2
votes
1answer
29 views

flask jinja2 href not linking correctly

I have a jinja2 template that contains hrefs <td><a href="{{entry.Url}}">Product URL</a></td> However, when I run the application and click the link on the page I get the ...
0
votes
0answers
55 views

How to pass variable from view function to jinja2 template - Flask app

I'm writing a basic messaging function inside my app and it does what it's suppose to do. It sends, receives and sort messages in inbox and outbox, and I wanted it to show the nicknames of those who ...
1
vote
1answer
30 views

How to use Jinja filter within a Flask application?

I am trying to follow this solution, in order to create a datetime filter for my date values inside a template. The advantage of using babel would be the i18n. I have inserted the code into a file ...
0
votes
2answers
46 views

Flask install/running issues

I'm getting very frustrated with trying to get Flask to run. I've tried installing a number of ways, but regardless, I run into some issues without any understanding as to how or why. Below is an ...
1
vote
2answers
70 views

AJAX and Jinja2

I want to use an AJAX call with parameters within a Jinja2 template. But how do I make it possible? I want to do something like this. JavaScript: $.get("test.html", { name: "John", time: "2pm" } ); ...
1
vote
0answers
18 views

Python: How to output block of C structs above loop using Jinja2 template?

I am not even quite sure if this is possible. Basically, I have a Jinja2 template with a for loop. I want to know is there a want to output code outside of the loop if certain conditions are met. I ...
0
votes
1answer
23 views

Python: Unable to access macro in Jinja

I am trying to use a macro in a jinja file. Here is my code: {{ display(class = "hello") }} {% macro display(class) %} this is a macro {% endmacro %} It's pretty simple, and from what I have ...
0
votes
1answer
33 views

Flask-sqlalchemy column alias for browser output

I'm using a for loop to output the columns and values of a single database row. This is all working but there are a couple of issues. The column names aren't suitable to output in the browser so I'm ...
1
vote
2answers
41 views

Pyramid with Jinja2 running Python 3.3

I can't make Jinja2 2.8 work with Pyramid 1.4.2 and Python 3.3.2. I got this error: File ...
0
votes
0answers
23 views

python encoding characters in jinja2

It's a similar one with one of my other questions. I try to solve all the side effects of the first one. I have stored few non-ascii characters on my database. If I make few "encoding-decoding" ...
0
votes
2answers
27 views

How to add an instance attribute to a subclass of webapp2.RequestHandler?

I have the following class definition: class TestHandler(webapp2.RequestHandler): def get(self): self.msg = "hello world" self.render_form() # modifies self.msg def ...
0
votes
1answer
17 views

Is there a way to clean up the html that jinja2 produces?

We are using jinja2 to create our html but, because of the many loops and other things we do in jinja to produce the html, the html 'looks' ugly....(note: this is just for aesthetics). Is there ...
2
votes
1answer
56 views

Cannot store Greek in datastore

I have a serious problem with my google app engine app. Until now, anything I store on database, was on english. Now I have to store few things on greek and when I try to retrieve it later from the ...
1
vote
0answers
32 views

How do I dynamically use include in a Flask Template?

I have a flask backend sending data to the client. Some JS on the client side then utilizes that data to construct a page that includes one row of data and another area below the row that has a d3 ...
0
votes
3answers
59 views

Possible to refresh webpage using Python and Jinja2 within HTML?

I'm writing an app to selectively list files in a directory. I'd like users to open an HTML file and get a message "Updating..." while Python walks through the directory and collects the information. ...
0
votes
1answer
42 views

Getting started with Cherrypy and Jinja2

This is my first time delving into web development in python. My only other experience is PHP, and I never used a framework before, so I'm finding this very intimidating and confusing. I'm ...
0
votes
0answers
22 views

How to integrate Python 3.3 and Jinja2 for directory reporting app

I'm working on app that will search through directories on our server for files in particular formats, .e.g. "RFI*.pdf", capture their timestamps, paths, and similar info, and present output this info ...
0
votes
1answer
23 views

Trouble installing Jinja2 on Windows

I'm running Python3.3 on Win64 and am having trouble following the installation instructions for Jinja2. I followed the suggestion here (Jinja install for python) but my installation of Python 3.3 ...
0
votes
1answer
36 views

Page not load with Google App Engine and python

First I would like to apologise because I don't know exactly how to explain it. I am using jinja2 and the BaseHandler and render is the function to respone.write my html. The following code work ...
0
votes
1answer
52 views

retain data in form even after submitting or error in validation

I am currently into python and jinja2 right now. Is there a way to retain the data in the form(with validation) even after submitting it without using session? Because in my case, I have to ...
0
votes
1answer
18 views

Jinja2 and ASPX

I have a jinja2 template, and I really need to somehow use it in ASPX. Is there any template engine compatible with jinja2 for aspx? Or can I somehow convert the jinja2 templates to another engine ...
2
votes
1answer
50 views

Jinja2 Template - for loop

didn't find another post which has the similar problem, I'm trying to generate some checkboxes with flask and wtforms, at the moment I've got this piece of code: <div class="control-group"> ...
0
votes
1answer
39 views

Flask-WTForms: how to check if a field is required?

I defined a form in the following way: class LoginForm(Form): login = EmailField(u'Email address', [required(), length(min=5, max=2048), validators.Email()]) password = ...
0
votes
2answers
56 views

check variable type inside Jinja2 in Flask

The template file i created contains this: {% if type({'a':1,'b':2}) is dict %} print "Oh Yes!!" {% else %} print "Oh No!!!" {% endif %} Then Jinja2 responds by saying: ...
1
vote
1answer
69 views

Populate a WTForms form object with a datetime.date

I'm cooking up a crud interface for an object representing a bill, as in the water bill, the electric bill, etc. I'm using sqlalchemy to handle the data, wtforms to handle the forms, and flask to ...
3
votes
1answer
51 views

Best way to use Jinja2 template in Javascript?

I'm trying to AJAXify some functionality of a page that uses Jinja2 and Flask. Problem is that I want the entire Jinja2 template to be rendered by Javascript but, this isn't possible with some of the ...
1
vote
1answer
41 views

Jinja2 extension multiple keyword arguments

I can not find how to pass multiple named arguments to jinja2 Extension. I want something like that: {% some_extension foo='foo' bar='bar' %} data {% end_someextension %}
1
vote
2answers
49 views

How to render lists of column values into a table using a template (such as Jinja2)

I am trying to do the following (doesn't work, just shown to convey the intended behavior): <table> <tr> <th>Column 1</th> <th>Column 2</th> ...
0
votes
2answers
28 views

How can I use a macro that is defined from a base template file

I have a structure of a template as follow: "base.jinja2" {% macro a_macro() %} {# Something #} {%- endmacro %} {# Something #} {% include "the_second_template.jinja2" %} ...
0
votes
1answer
53 views

Jinja2 template from Flask is failing to render CONTINUE statement

I am trying a simple continue inside a for-loop in Flask with jinja2 {% for num in range(0,10) %} {% if num%2 == 0 %} {% print num %} {% else %} {% continue %} {% endif %} and i get ...
0
votes
0answers
50 views

Converting timezone from UTC to IST in App Engine?

Question is related to Jinja2 templating system. But I want to explain the scenario: According to the doc, App Engine always stores and returns datetime in UTC format. I am using ...
0
votes
0answers
21 views

Is there an equivalent of the “ifchanged” tag in Jinja2?

I am using jinja2 with my django application, I am working on porting some existing django templates over to jinja2. For the most part I am not having any issues; however, I have a statement like so ...
1
vote
1answer
58 views

Rendering a WTForms CheckboxInput in Jinja Template

I can't seem to figure out how to render a WTForms CheckboxInput in my template. When I try to render the field using Flask in my Jinja template I get this error: TypeError: call() takes exactly 2 ...
0
votes
1answer
36 views

Please help me troubleshoot this search API issue

I want this output: test but instead I get this output [search.TextField(name=u'comment', value=u'test')] Can you tell me what is wrong? The code is basically {{scored_document.comment}} That ...
-1
votes
1answer
33 views

What is the first argument to PackageLoader for in Python's jinja module [closed]

Okay so I have the following, I only want to know what "yourapplication" is. It's supposed to be a module, but a module that does what? The website is down so there's currently no way I can look up ...
1
vote
1answer
60 views

Is it possible to load jinja2 templates without having variables replaced?

Suppose we have the following structure templates/modal.html <div class="title"> {% block title %} {% endblock %} </div> <div class="content"> {% block content %} {% ...
0
votes
1answer
56 views

In a jinja2 template, how do i check if an element in a mongo database is one of three possible strings?

My template has if/else functionality to handle displaying buttons on a page, I've managed to add an elif statement that displays the buttons only if an element in a mongo database is not one of three ...
2
votes
2answers
85 views

Disabled field is considered for validation in WTForms and Flask

I have some fields in page disabled as for example:(using jinja2 templating system) <html> <body> <form action="" method=POST> {{ form.name(disabled=True) }} {{ form.title ...
0
votes
1answer
40 views

Flask MongoEngine queryset in templates

I am building a small application with Flask and mongoengine. In a simple view I have: @app.route('/course/<slug>/', methods=['GET', 'POST']) def course_detail(slug): course = ...
0
votes
2answers
82 views

Python jinja2 redirect with passing a parameter

I am using Google app engine and I want to redirect to another page with a parameter when a form submited. Here is the first form: <form method="post" class="form-inline pull-left"> <div ...
0
votes
2answers
27 views

Return object property value for variable property

I am trying to set up a debugging page with a list of objects, object property names, and object property values. I am trying to obtain the value of an particular property of a particular object type. ...
0
votes
2answers
100 views

Uncaught Reference Error: None is not defined

New to javascript. Trying to add a list of markers (from python) to a google map. My raw Jinja2 template: <head> <title>Google Map Test</title> <meta name="viewport" ...
0
votes
1answer
65 views

How to prevent space in output due to line break in the HTML code?

I have seen this question up here and some are solving it by comment tags or breaking tags like this: <i><!-- -->t does not work on the first level with tabspace = 2 beside it looks ...

1 2 3 4 5 15