{% if tr is not none and tr.evaluated() %}
{{ tr.evaluation_text|format_status_text }}{% endif %} {% if tr is not none and tr.compiled() %}
{% trans %}Compilation outcome:{% endtrans %} | {{ tr.compilation_text|format_status_text }} |
---|---|
{% trans %}Compilation time:{% endtrans %} | {% if tr.compilation_time is none %} {% trans %}N/A{% endtrans %} {% else %} {{ tr.compilation_time|format_duration }} {% endif %} | {% trans %}Memory used:{% endtrans %} | {% if tr.compilation_memory is none %} {% trans %}N/A{% endtrans %} {% else %} {{ tr.compilation_memory|format_size }} {% endif %} |
{{ tr.compilation_stdout }}{% endif %} {% if tr.compilation_stderr is not none %}
{{ tr.compilation_stderr }}{% endif %} {% endif %}