when an object has superior or inferior signs in its __repr__ the details_row macro if I get it right displays it "weirdly" :
an example, I have request.app.state._state["arqredis"] whose repr is ArqRedis<ConnectionPool<Connection<host=abdul_redis,port=6379,db=0>>>
and in the template it looks like the image below
when an object has superior or inferior signs in its
__repr__
thedetails_row
macro if I get it right displays it "weirdly" :an example, I have
request.app.state._state["arqredis"]
whose repr isArqRedis<ConnectionPool<Connection<host=abdul_redis,port=6379,db=0>>>
and in the template it looks like the image below