{% macro render_username(user) %} {% if user.deleted %} [deleted] {% else %} {% if user.avatar_id %} {% endif %} {{ user.user_name }} {% if user.created_recently() %} {% endif %} {% endif %} {% endmacro %}
{% block head %} {% block styles %} {{ bootstrap.load_css() }} {% endblock %}