{% extends "app/templates/base.tmpl" %} {% block title %} Debug Main Page {% endblock %} {% block content %} ADMIN DEBUG INTERFACE (VERSION: {{version}}) CURRENT PROFILE Name: {{profile.fullname}} Email: {{profile.email}} VIRTUAL CLOCK IMPORTANT: The virtual clock is profile based and only affects the currently logged-in profile. CURRENT CLOCK: {{current-clock}} CURRENT OFFSET: {{current-offset}} CURRENT TIME: {{current-time}} Examples: 3h, -7h, 24h (allowed suffixes: h, s) Are you sure? This is a just a security double check for prevent non intentional submits. ERROR REPORTS CLICK HERE TO SEE THE ERROR REPORTS Profile Management Are you sure? This is a just a security double check for prevent non intentional submits. Feature Flags for Team Add a feature flag to a team {% for feature in supported-features %} {{feature}} {% endfor %} Action... Show Enable Disable Skip feature check Do not check if the feature is supported Are you sure? This is a just a security double check for prevent non intentional submits. Download RAW file data: Given an FILE-ID, downloads the file AS-IS (no validation checks, just exports the file data and related objects in raw) WARNING: this operation does not performs any checks Upload File Data: Create a new file on your draft projects using the file downloaded from the previous section. WARNING: this operation does not performs any checks Import with same id? Export binfile: Given an FILE-ID, downloads the file and optionally all the related libraries in a single custom formatted binary file. Include libraries? Embed assets? Import binfile: Import penpot file in binary format. {% endblock %}
Name: {{profile.fullname}} Email: {{profile.email}}
IMPORTANT: The virtual clock is profile based and only affects the currently logged-in profile.
CURRENT CLOCK: {{current-clock}} CURRENT OFFSET: {{current-offset}} CURRENT TIME: {{current-time}}
Examples: 3h, -7h, 24h (allowed suffixes: h, s)