{% extends "app/templates/base.tmpl" %} {% block title %} Report: {{hint|abbreviate:150}} - {{id}} - Penpot Error Report (v4) {% endblock %} {% block content %} [⮜] [head] [context] {% if report %} [report] {% endif %} HEAD Hint: {{hint}} Reported at: {{created-at}} Report ID: {{id}} CONTEXT: {{context}} {% if report %} REPORT: {{report}} {% endif %} {% endblock %}
{{context}}
{{report}}