{% extends "base.html" %} {% block content %} {% if open_tasks %} Tasks that are open for contribution
{% endif %} {% if working_tasks %} Tasks that are being worked on
{% endif %} {% if comp_tasks %} Tasks that were completed recently
{% endif %} {% if unpub_tasks %} Tasks that need approval
{% endif %} {% endblock %}