{% extends "base_community.html" %} {% load fundraising_extras i18n %} {% block layout_class %}column-container sidebar-right{% endblock %} {% block content %}
{% if latest_feeds %} {% translate "View more" %} {% endif %} {% if latest_feeds and feedtype.can_self_add %} {% translate "or" context "view more OR add your feed" %} {% endif %} {% if feedtype.can_self_add %} {% translate "Add your feed" %} {% endif %}