{% extends 'report/report.html' %} {% block toolbar_log %}class="active"{%endblock%} {% block report_name %}Report Upload Log{%endblock%} {% block banner %} {% if meta.hits = 0 %}
Report generation script has not run yet. It usually runs every hour. If more than an hour has passed since the installation, please see the Report Upload Log for possible errors or warnings.
{% endif %} {% endblock %} {% block description %}{%endblock%} {% block content %}
{% if report_log %}{{report_log}}{% else %}Report upload log of Diladele Web Safety is empty. {% endif %}
{% endblock %}