{% if details is not none %}
{% trans %}Compilation outcome:{% endtrans %} | {{ sr.compilation_text|format_status_text }} |
---|---|
{% trans %}Compilation time:{% endtrans %} | {% if sr.compilation_time is none %} {% trans %}N/A{% endtrans %} {% else %} {{ sr.compilation_time|format_duration }} {% endif %} | {% trans %}Memory used:{% endtrans %} | {% if sr.compilation_memory is none %} {% trans %}N/A{% endtrans %} {% else %} {{ sr.compilation_memory|format_size }} {% endif %} |
{{ sr.compilation_stdout }}{% endif %} {% if sr.compilation_stderr is not none %}
{{ sr.compilation_stderr }}{% endif %} {% endif %}