{% extends "sveedocuments/board/subbase_pages.html" %} {% load i18n autobreadcrumb crispy_forms_tags %} {% block head_base_js %}{{ block.super }} {% endblock %} {% block board_content %}
{% blocktrans with created=item.created|timesince author=item.author.get_full_name %}{{ created }} ago - By {{ author }}{% endblocktrans %}
{% trans "Title" %} : {{ item.title }}
{% trans "Slug" %} : {{ item.slug }}
{% if ATTACHMENTS_WITH_SENDFILE %} {% trans "View" %} {% else %} {% trans "View" %} {% endif %} {% trans "Delete" %}