예제 #1
0
 def render_positive(cls, value):
     return format_html(boolicon(value))
예제 #2
0
 def render_finished(cls, value):
     return format_html(boolicon(value))
예제 #3
0
 def render_own(cls, value):
     return format_html(boolicon(value))
예제 #4
0
 def render_colour(cls, value):
     return format_html(boolicon(value))
예제 #5
0
 def render_sealed(cls, value):
     return format_html(boolicon(value))
예제 #6
0
 def render_resin_coated(cls, value):
     return format_html(boolicon(value))
예제 #7
0
 def render_has_optics(cls, value):
     return format_html(boolicon(value))
예제 #8
0
 def render_infinity_focus(cls, value):
     return format_html(boolicon(value))
예제 #9
0
 def render_shutter_in_lens(cls, value):
     return format_html(boolicon(value))
예제 #10
0
 def render_autofocus(cls, value):
     return format_html(boolicon(value))
예제 #11
0
 def render_panchromatic(cls, value):
     return format_html(boolicon(value))
예제 #12
0
 def render_for_film(cls, value):
     return format_html(boolicon(value))
예제 #13
0
def boolicontag(obj):
    return boolicon(obj)