{% import "macros.html" as macros %}
{% include "user_profile/user_answers_list.html" %}
{% if top_answer_count > page_size %}
{{ macros.paginator(a_paginator_context) }}
{% endif %}