I don't really understand. You would normally access the IP in a for loop. Something like:Why can't you just add a space in the code above?Code:
{ for bot in bots_list } { bot.BOT_IP } { endfor }
Code:
{% for bots_list in loops.bots_list %}<li class="row"><dl><dt><div class="list-inner" style="font-size:16px;line-height:26px;"> <i style="transform: scale(2.2);" class="fa fa-user-secret rainbow-image" aria-hidden="true"></i> {{ bots_list.BOT_NAME }}</div></dt><dd class="topics" style="font-weight:normal;">{{ bots_list.BOT_ID }}</dd><dd class="posts" style="font-weight:normal;">{{ bots_list.USER_ID }}</dd><dd class="lastpost">{% if bots_list.BOT_AGENT %}<span style="font-weight:bold;">{{ bots_list.BOT_AGENT }}</span><br />{% endif %}{% if bots_list.BOT_IP %}<span>IP: {{ bots_list.BOT_IP }}</span>{% endif %}</dd></dl></li>{% endfor %}
Statistics: Posted by Stoker 4.0 — Fri Apr 11, 2025 7:30 am