_macro.html 321 B

12345678
  1. {% macro not_allowed() -%}
  2. <div class="panel-body" style="border:1px dashed #337ab7;margin:5px;">
  3. <span class="text-center" style="display:block;width:100%;color:#999">
  4. <i class="fa fa-lock" style="font-size:16px;"></i>
  5. {{_("Due to user's setting,the list have been hidden.")}}
  6. </span>
  7. </div>
  8. {%- endmacro %}