Skip to content
Snippets Groups Projects
Unverified Commit 7cfbde95 authored by José Manuel Macías Luna's avatar José Manuel Macías Luna Committed by GitHub
Browse files

Twig template for croninfo-result

parent f9d9f6cd
No related branches found
No related tags found
No related merge requests found
{% set pagetitle = 'Cron result page'|trans %}
{% extends "base.twig" %}
{% block content %}
{{ 'Here are the result for the cron job execution:'|trans }}</h2>
<div class="metadatabox metadata-code">
<h2>{{ 'Cron report'|trans }}</h2>
<code>
{{ 'Cron ran at'|trans }} {{ time }}
<p>
URL: {{ url }}
</p>
<p>
Tag: {{ tag }}
</p>
<p><ul>
{% for sum in summary %}
<li> {{ sum }}</li>
{% endfor %}
</ul><br />
</p>
</code>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment