{% extends "sphene/sphwiki/base.html" %}
{% load i18n %}
{% load sph_extras %}
{% load sph_pagination %}
{% block content %}
{% include "sphene/sphwiki/_snip_header.html" %}
{% trans "Back to Snip" %} - {% trans "Create New Attachment" %}
{% trans "Id" %} | {% trans "Action" %} | {% trans "Attachment" %} | {% trans "Upload Date" %} | {% trans "Uploader" %} |
---|---|---|---|---|
{{ attachment.id }} | ![]() |
{{ attachment.fileupload.name|sph_basename }} | {{ attachment.uploaded|sph_date }} | {% sph_html_user attachment.uploader %} |