{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}Objectives{% endblock title %} {% block column_main %}

Objectives

{% if objectives %} {% for objective in objectives %}
{{ objective.name }}
{% endfor %} {% else %}
Nothing found 😔
{% endif %}
{% endblock column_main %}