{% extends 'base.html' %} {% load i18n %} {% block title %} - {{ document }}{% endblock %} {% block content %} {% trans "Documents" as ph_bc1 %} {% trans "documents_url" as ph_bc1_url %} {% trans "Document" as ph_bc2 %} {% with ph_icon="icon-inbox" ph_title=document.title ph_bc1=ph_bc1 ph_bc1_url=ph_bc1_url ph_bc2=ph_bc2 %} {% include "layout_elements/page_header.html" %} {% endwith %}