8 lines
248 B
HTML
8 lines
248 B
HTML
{% if frappe.session.user != "Guest" and
|
|
(condition is not defined or (condition is defined and condition )) %}
|
|
<span class="button is-secondary reply">
|
|
New Discussion
|
|
<img src="/assets/community/icons/small-add-black.svg">
|
|
</span>
|
|
{% endif %}
|