{% extends "pdf/base.html" %} {% block content %}

Test PDF

{% if plot_image %} {% else %}

Rendering a plot requires matplotlib

{% endif %} {% with lines=lines|default:100 %} {% for i in "x"|rjust:lines %}
line {{forloop.counter}} ...
{% endfor %} {% endwith %} {% endblock content %}