{% extends app.request.isXmlHttpRequest() ? "ajax.html" : "layout.html" %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if not app.request.isXmlHttpRequest() %}

{{ title }}

{% endif %} {% include "_user_list.html" with { users: users, title: title, profile: profile, route: route } %} {% endblock %}