{% extends "orgapy/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %}Edit objectives ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block main_content %}

{% block section__title %}Edit objectives{% endblock section__title %}

{% csrf_token %}

{% if objectives %}
{% for objective in objectives %}

{% csrf_token %}
{% if objective.is_current_done %} {% else %} {% endif %}

{% endfor %}
{% else %}

Nothing to show here.

{% endif %} {% endblock main_content %}