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