Fix somes issues
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>{% trans %}title_ask_for_lawyer{% endtrans %} : {{ document.lawyer ? 'yes' : 'no' }}</li>
|
||||
<li>{% trans %}title_ask_for_medic{% endtrans %} : {{ document.medic ? 'yes' : 'no' }}</li>
|
||||
<li>{% trans %}title_ask_for_lawyer{% endtrans %} : {{ document.lawyer ? 'value_yes'|trans : 'value_no'|trans }}</li>
|
||||
<li>{% trans %}title_ask_for_medic{% endtrans %} : {{ document.medic ? 'value_yes'|trans : 'value_no'|trans }}</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user