{% extends "cranefly/profiles/profile.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(_('Your News Feed')) }}{% endblock %} {% block container %}
{% trans username=user.username %}{{ username }}, there is nothing to display in your news feed... yet!{% endtrans %}
{% endif %} {% else %}{% trans username=user.username %}{{ username }}, you have to follow other users in order to fill your news feed.{% endtrans %}
{% endif %}