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

7 lines
292 B
HTML

{% if frappe.session.user != "Guest" and
(condition is not defined or (condition is defined and condition )) %}
<span class="button is-secondary reply">
{{ _(cta_title) }}
<svg class="icon icon-sm ml-1"><use href="#icon-add" style="stroke: var(--gray-700)"></use></svg>
</span>
{% endif %}