{% extends "base.html" %}{% block title %}{{ ' Edytuj' if doc else ' Nowa dokumentacja' }}{% endblock %} {% block content %}

{% if doc %} {{ t('edit') }}: {{ doc.title }}{% else %} {{ t('new_doc') }}{% endif %}

{% if not doc %}
{% endif %}
{{ t('cancel') }}
{% endblock %}