{% extends theme("user/profile_layout.html") %} {% block breadcrumb %} {% endblock %} {% block profile_content %}
{{ user.notes }}
{{ user.post_count }}
{% trans %}Info{% endtrans %}
{% if user.notes %} {{ user.notes|markup|safe }} {% else %} {% trans %}User has not added any notes about him.{% endtrans %} {% endif %}
{% if user.signature %}
{% trans %}Signature{% endtrans %}
{{ user.signature|markup|safe }}
{% endif %}
{% endblock %}