{% extends "base.html" %} {% block title %}Search - AgentHub{% endblock %} {% block content %}
{{ agent.agent_description[:100] if agent.agent_description else '' }}{% if agent.agent_description and agent.agent_description|length > 100 %}...{% endif %}
| Name | Role | Status | Created | |
|---|---|---|---|---|
| {{ user.full_name or 'N/A' }} | {{ user.email }} | {% if user.is_admin %} Admin {% else %} User {% endif %} | {% if user.is_active %} Active {% else %} Inactive {% endif %} | {{ user.created_at.strftime('%Y-%m-%d') if user.created_at else 'Unknown' }} |