{% extends "layout.html" %} {% set error_title = error_title or "Unknown error" %} {% block title %}Copr Build System – {{ error_title }}{% endblock %} {% block body %}

Error {{ error_code }}: {{ error_title }}

{% if message %} {% for line in message.split("\n") %} {{ line }} {% if not loop.last %}
{% endif %} {% endfor %} {% else %}

Something went wrong. Contact admins.

{% if config.debug or config.env != "production" %}

Administrators should take a look at /var/log/copr-frontend/frontend.log to analyze the full error output.

{% endif %} {% endif %} {% endblock %}