{% extends 'base.html' %} {% block title %}{{ 'Edycja' if contact and (contact.id if contact is not mapping else contact.get('id')) else 'Nowy' }} kontakt{% endblock %} {% block content %} {% set cid = (contact.id if contact and contact is not mapping else (contact.get('id') if contact else None)) %}
{% if cid %} {% endif %}

Anuluj

{% endblock %}