{% extends "main/base.html" %} {% block headpagetitle %}Strona: {{ page.title }}{% endblock %} {% block pagedescription %}{{ page.description }}{% endblock %} {% block content %}
{% for pl in page.labels() %} {{ pl.label.name }} {% endfor %}
{% if page.attachments %}Utworzona | {{ page.created|datetimeformat(format='short') }}, {{ page.created_by.name }} |
Zmodyfikowana | {{ page.updated|datetimeformat(format='short') }}, {{ page.updated_by.name }} |