Simplify template rendering
This commit is contained in:
parent
bfe5c40fae
commit
3a6755a659
|
|
@ -8,12 +8,7 @@
|
|||
{% else %}
|
||||
<span class='fas fa-times-circle icon-red'></span>
|
||||
{% endif %}
|
||||
|
||||
{% if plugin.human_name %}
|
||||
{{ plugin.human_name }}
|
||||
{% elif plugin.name %}
|
||||
{{ plugin.name }}
|
||||
{% endif %}
|
||||
|
||||
{% define plugin.registered_mixins as mixin_list %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue