6 lines
203 B
HTML
6 lines
203 B
HTML
{% if frappe.session.user != "Guest" and
|
|
(condition is not defined or (condition is defined and condition )) %}
|
|
<span class="btn btn-md btn-secondary-dark reply">
|
|
{{ _(cta_title) }}
|
|
</span>
|
|
{% endif %}
|