{% extends "tpl_main.html" %}{% load staticfiles %}{% load url from future %}{% load i18n %}{% load updoc %}{% load bootstrap3 %} {% block body %}

{% trans 'Document:' %} {{ doc }} {% if editable and not doc.name %}{% trans 'Click to edit title' %}{% endif %}

{% trans 'Keywords:' %} {{ keywords }}{% if editable and not keywords %} {% trans 'Click to add keywords' %}{% endif %}

{{ content }}
{% endblock %}