('priority',models.IntegerField(default=50,help_text='1-100, the lower will be match first',validators=[django.core.validators.MinValueValidator(1),django.core.validators.MaxValueValidator(100)],verbose_name='Priority')),
<liid="show_current_asset"class="btn-show-current-asset"style="display: none;"tabindex="-1"><a><iclass="fa fa-hand-o-up"></i> {% trans 'Display only current node assets' %}</a></li>
<liid="show_all_asset"class="btn-show-all-asset"style="display: none;"tabindex="-1"><a><iclass="fa fa-th"></i> {% trans 'Displays all child node assets' %}</a></li>
<liid="fresh_tree"class="btn-refresh-tree"tabindex="-1"><a><iclass="fa fa-refresh"></i> {% trans 'Refresh' %}</a></li>