Blockier templates table structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% block table_cell_template_member_count %}
|
||||
{%- if checkAccess('view_organisation_members') -%}
|
||||
<script id="{{table.id}}-column-memberCount" type="text/x-handlebars-template">
|
||||
{%- verbatim %}
|
||||
<td>
|
||||
{{row.member_count}}
|
||||
</td>
|
||||
{% endverbatim -%}
|
||||
</script>
|
||||
{% endif -%}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user