{% extends "user_profile/user.html" %} {% import "macros.html" as macros %} {% block profilesection %} {% trans %}overview{% endtrans %} {% endblock %} {% block sidebar%} {% include "user_profile/user_info.html" %} {% endblock%} {% block usercontent %}

{% trans counter=question_count %}{{counter}} Question{% pluralize %}{{counter}} Questions{% endtrans %} asked by {% trans username=view_user.username %}{{username}}{% endtrans %}

{% include "user_profile/users_questions.html" %}
{% endblock %} {% block endjs %} {{ super() }} {% endblock %}