You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
313 B

  1. <div class="item">
  2. <input type="checkbox" class="checkall" name="{{ priv[0] }}_priv" id="checkbox_{{ priv[0] }}_priv"
  3. value="Y" title="{{ priv[2] }}" {{ checked }} />
  4. <label for="checkbox_{{ priv[0] }}_priv">
  5. <code>
  6. {{ formatted_priv|raw }}
  7. </code>
  8. </label>
  9. </div>