#25 Public reports

* adds fully functional EMA report
* adds/updates translations
This commit is contained in:
2021-10-14 08:49:32 +02:00
parent f894d6d4c5
commit fac6be0a8a
6 changed files with 142 additions and 40 deletions

View File

@@ -62,7 +62,7 @@
<td class="align-middle">{{obj.responsible.conservation_file_number|default_if_none:""}}</td>
</tr>
<tr {% if not obj.responsible.handler %}class="alert alert-danger" title="{% trans 'Missing' %}" {% endif %}>
<th scope="row">{% trans 'Intervention handler' %}</th>
<th scope="row">{% trans 'Action handler' %}</th>
<td class="align-middle">{{obj.responsible.handler|default_if_none:""}}</td>
</tr>
<tr>