Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
More update
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Souhei committed Oct 2, 2024
1 parent 4ee3023 commit d4ddbdc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<strong>{{ data[field.field_name] }}</strong>
{% set value = data[field.field_name] %}
{% if value == 'approved' %}
<strong>{{ _('Yes') }}</strong>
{% else %}
<strong style="color: red">{{ _('Confirmed') }}</strong>
{% endif %}

0 comments on commit d4ddbdc

Please sign in to comment.