{{ icon "inbox" }}
{{ text "requests:label.requests" }}
{% for request in requests %} {% if request.action_type ==
"CommunityJoin" %}
{% elif request.action_type == "Follow" %}
{% endif %} {% endfor %} {% for question in questions %}
{{ icon "user-plus" }}
{{ text "requests:label.community_join_request"
}}
{{ icon "user-plus" }}
{{ text "requests:label.user_follow_request" }}
{{ text "requests:label.user_follow_request_message" }}
{{ components::question(question=question[0], owner=question[1]) }}
{% endfor %}