{% for p in report.analysis.static.pdf %} {% if p.modification %}
Version {{ p.version }}
Creator {{ p.creator }}
creation {{ p.creation }}
title {{ p.title }}
subject {{ p.subject }}
producer {{ p.producer }}
author {{ p.author }}
modification {{ p.modification }}
{% endif %} {% if p.urls %}
    {% for url in p.urls %} {% if url %}
  • {{ url }}
  • {% endif %} {% endfor %}
{% endif %} {% if p.javascript %} {% for code in p.javascript %}
Javascript (original / beautified)
                                            {{ code.orig_code }}
                                        
                                            {{ code.beautified }}
                                        
{% endfor %} {% endif %} {% endfor %}