{% extends 'base.html' %} {% block content %}

{% trans %}Follow requests{% endtrans %}

{% if requests.count() %} {% else %} {% trans %}No requests to display.{% endtrans %} {% endif %} {% if not current_user.profile.locked %}

{% trans %}Your profile is not locked.{% endtrans %} {% trans %}Anyone can follow you without your consent.{% endtrans %}

{% endif %} {% endblock content %}