{% extends "app/templates/base.tmpl" %} {% block title %} Report: {{hint|abbreviate:150}} - {{id}} - Penpot Error Report (v3) {% endblock %} {% block content %}

Hint:
{{hint}}

Reported at:
{{created-at}}

Report ID:
{{id}}

LOG PROPS:
{{props}}
CONTEXT:
{{context}}
{% if params %}
PARAMS:
{{params}}
{% endif %} {% if data %}
DATA:
{{data}}
{% endif %} {% if value %}
VALUE:
{{value}}
{% endif %} {% if explain %}
EXPLAIN:
{{explain}}
{% endif %} {% if trace %}
TRACE:
{{trace}}
{% endif %}
{% endblock %}