{%- from 'common/macros.html' import subheader, timestamp, pager -%} {%- extends 'base.html' -%} {%- block title -%}{{ target_user.get_readable_name() }}'s profile{%- endblock -%} {%- set stats = target_user.get_post_stats() -%} {%- block content -%} {%- call() subheader("%s's profile" % target_user.get_readable_name()) -%} {%- if is_logged_in() -%} {%- if target_user.id == get_active_user().id -%}
{%- endif -%} {%- if get_active_user().is_mod() and target_user.id != get_active_user().id -%} {%- endif -%} {%- endif -%} {%- endcall -%}