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

{{ runner.urls[0] }}

SiteChecks report created on {{ created_at.strftime("%A, %b. %d, %Y") }}

Settings used...

{% if runner.url_runners %} {% for k in runner.url_runners[0].properties.keys() %} {% endfor %} {% endif %} {% for url_runner in runner.url_runners %} {% for k, v in url_runner.properties.items() %} {% if k == "og:image" %} {% else %} {% endif %} {% endfor %} {% endfor %}
Page Issues{{ k }}
{{ url_runner.url }} {% if url_runner.issues %} {% endif %} =IMAGE("{{ v }}") {{ v }}
{% for url_runner in runner.url_runners %} {% for issue in url_runner.issues %} {% endfor %} {% endfor %}
Page Issue Extra
{{ url_runner.url }} {{ issue.content }}
{{ issue.type }}
{% if issue.extra_for_display %}
{{ issue.extra_for_display|pprint }}
{% endif %}
{% endblock %} {% block footer_scripts %} {% endblock %}