seitime-frappe/frappe/templates/discussions/button.html
2022-02-28 16:14:24 +05:30

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 %}