{% extends "layouts/mobile_base.twig" %} {% block title %}Nowa notatka — Consultant Panel{% endblock %} {% block page_title %}Nowa notatka{% endblock %} {% block page_subtitle %}Dodaj notatkę do placówki{% endblock %} {% block content %}
Notatki {% if errors.save is defined %} {% endif %}
{# ── Typ notatki ── #}
{# ── Treść ── #}
{% if errors.content is defined %}
{{ errors.content }}
{% endif %}
{% endblock %}