Feature: [docgen][person] add a new context to generate document with a

third party

This allow to prepare, for instance, mail (letters) to a thirdparty
about a Person
This commit is contained in:
2022-10-19 14:16:59 +02:00
parent 1b5d5a28fd
commit ea5f8c9d08
6 changed files with 291 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
{% block title 'docgen.Generate a document'|trans %}
{% block js %}
{{ encore_entry_script_tags('mod_pickentity_type') }}
{% endblock %}
{% block css %}
{{ encore_entry_link_tags('mod_pickentity_type') }}
{% endblock %}
{% block content %}
<div class="col-md-10 col-xxl">
<h1>{{ block('title') }}</h1>