EMA and eco account
* adds EMA and eco account conservation office data to detail views
This commit is contained in:
parent
615b7bf5ea
commit
fd38ab8170
@ -52,6 +52,18 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">{% trans 'Conservation office' %}</th>
|
||||||
|
<td class="align-middle">{{obj.responsible.conservation_office|default_if_none:""}}</td>
|
||||||
|
</tr>
|
||||||
|
<tr {% if not obj.responsible.conservation_file_number %}class="alert alert-danger" title="{% trans 'Missing' %}" {% endif %}>
|
||||||
|
<th scope="row">{% trans 'Conversation office file number' %}</th>
|
||||||
|
<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>
|
||||||
|
<td class="align-middle">{{obj.responsible.handler|default_if_none:""}}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{% trans 'Last modified' %}</th>
|
<th scope="row">{% trans 'Last modified' %}</th>
|
||||||
<td class="align-middle">
|
<td class="align-middle">
|
||||||
|
@ -38,6 +38,18 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">{% trans 'Conservation office' %}</th>
|
||||||
|
<td class="align-middle">{{obj.responsible.conservation_office|default_if_none:""}}</td>
|
||||||
|
</tr>
|
||||||
|
<tr {% if not obj.responsible.conservation_file_number %}class="alert alert-danger" title="{% trans 'Missing' %}" {% endif %}>
|
||||||
|
<th scope="row">{% trans 'Conversation office file number' %}</th>
|
||||||
|
<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>
|
||||||
|
<td class="align-middle">{{obj.responsible.handler|default_if_none:""}}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{% trans 'Last modified' %}</th>
|
<th scope="row">{% trans 'Last modified' %}</th>
|
||||||
<td class="align-middle">
|
<td class="align-middle">
|
||||||
|
Loading…
Reference in New Issue
Block a user