{% extends "base.html" %} {% load humanize %} {% block title %}{{ submission.slug }} — hamprint{% endblock %} {% block content %} {% if not is_owner %} {% comment %} ─── Minimal public view ──────────────────────────────────────────────── Shown to anonymous visitors AND to authenticated users who don't own the row. Slug, status badge, age -- that's the contract. Anything more could leak the submitter's notes, source URL, uploaded filename, etc. {% endcomment %}
Submitted {{ submission.created_at|naturaltime }}
{% if request.user.is_authenticated %}This isn't one of your submissions — only limited info is shown publicly.
{% else %}Public view of this submission. Sign in if this print is yours to see more.
{% endif %}Your print is finished and waiting at the hamlab.lt space. See pickup instructions below.
An operator is running this print at the hamlab.lt printer right now.
An operator approved your submission. Printing starts shortly.
Auto-checks cleared. An operator will take a manual look next; you'll get an email when the status changes.
We're validating your file or URL. This usually finishes in under a minute.
We sent a confirmation link. Click it within 24 hours or this submission (and any uploaded STL) will be deleted automatically.
{% if submission.operator_notes %}See the reason below.{% else %}No reason was recorded.{% endif %} This row will be deleted automatically within 24 hours.
{% if submission.operator_notes %}The operator left a comment below.{% else %}The operator hasn't left a comment yet.{% endif %}
{{ submission.operator_notes }}
{{ submission.stl_file.name }}
Raw .stl upload · click to download
(file not on disk)
Raw .stl upload
{{ submission.source_url }}
{{ submission.get_source_type_display }} · external link
{{ submission.notes_for_op }}