{% if is_owner %} {{ _("My Questions") }} {% else %} {{ _("Questions Asked") }} {% endif %}
{% if not questions %} {% if is_owner %}{{ _("You haven't posted any questions yet.") }}
{% else %}{{ _("{user} hasn't posted any questions yet.")|f(user=display_name(profile.user)) }} {% endif %} {% endif %}
-
{% for question in questions %}
- {{ question.title }} {% endfor %}