seitime-frappe/frappe/templates/discussions/button.html

6 lines
198 B
HTML

{% if frappe.session.user != "Guest" and
(condition is not defined or (condition is defined and condition )) %}
<span class="btn btn-sm btn-secondary reply">
{{ _(cta_title) }}
</span>
{% endif %}