Add some reworks to Vision
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
<h3>{{ document.article }}</h3>
|
||||
<ul>
|
||||
<li>{% trans %}title_amount{% endtrans %} : {{ document.amountMoney }} {{'currency_symbol'|trans}}</li>
|
||||
<li>{% trans %}title_hours{% endtrans %} : {{ document.amountTime }} {{ 'title_hours'| trans }}</li>
|
||||
</ul>
|
||||
{% if document.accessorySentence %}
|
||||
<div class="p-2">
|
||||
<h4>{% trans %}title_accessorySentence{% endtrans %}</h4>
|
||||
{{ document.accessorySentence | raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if document.content %}
|
||||
|
||||
<div class="p-2">
|
||||
<h4>{% trans %}title_informations{% endtrans %}</h4>
|
||||
{{ document.content | raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
<hr>
|
||||
<ul>
|
||||
<li>{% trans %}title_amount{% endtrans %} : {{ document.amountMoney }} {{'currency_symbol'|trans}}</li>
|
||||
<li>{% trans %}title_hours{% endtrans %} : {{ document.amountTime }} {{ 'title_hours'| trans }}</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user