{% extends "ishtar/sheet.html" %} {% load i18n window_field window_tables %} {% block head_sheet %} {{block.super}}
{% trans "Year" %} | {% trans "Title" %} | {% trans "Type" %} | {% trans "Link" %} |
---|---|---|---|
{{ doc.creation_date|date:"Y"}} | {{ doc.title }} | {{ doc.source_type }} | {% if doc.associated_url %}{% trans "Link"%}{% endif %} |
{% trans "No document associated to this person" %} |