{% extends 'rh_tools.html' %} {% block toolcontent %} {% if campaigns %}
{% if request.user.is_anonymous %} You need to log in. {% elif claims %} Create a campaign for one of your works. {% else %} You need to claim a work before you start a campaign to support it. {% endif %}
{% endif %} {% endblock %}