Detail view adjustments

* adds EMA and eco account conservation office data to detail views
* adds line break in header of detail views
* adds/updates translations
This commit is contained in:
mipel
2021-08-19 14:04:44 +02:00
parent e4961f804b
commit 227cb60f42
6 changed files with 139 additions and 67 deletions

View File

@@ -9,7 +9,7 @@
<div id="detail-header" class="row">
<div class="col-sm-12 col-md-12 col-lg-6">
<h3>{% trans 'Compensation' %} {{obj.identifier}}</h3>
<h3>{% trans 'Compensation' %}<br> {{obj.identifier}}</h3>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
{% include 'compensation/detail/compensation/includes/controls.html' %}

View File

@@ -15,7 +15,7 @@
<div id="detail-header" class="row">
<div class="col-sm-12 col-md-12 col-lg-6">
<h3>{% trans 'Eco-account' %} {{obj.identifier}}</h3>
<h3>{% trans 'Eco-account' %}<br> {{obj.identifier}}</h3>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
{% include 'compensation/detail/eco_account/includes/controls.html' %}