--- title: Safing Ownership layout: page ---

Community Progress Update

July 7, 2020

{% if site.data.next.cards.done.size > 0 %}

Completed

This is a list of the tasks we have completed in this month time frame. If you wish to find more about each task, click them have a read.

{% for card in site.data.next.cards.done %} {% include project_tablecard.html state = 'done' %} {% endfor %}
{% endif %} {% if site.data.next.cards.in_progress.size > 0 %}

In Progress

This is a list of the tasks we have completed in this month time frame. If you wish to find more about each task, click them have a read.

{% for card in site.data.next.cards.in_progress %} {% include project_tablecard.html state = 'in_progress' %} {% endfor %}
{% endif %} {% if site.data.next.cards.discarded.size > 0 %}

Discarded

This is a list of the tasks we have completed in this month time frame. If you wish to find more about each task, click them have a read.

{% for card in site.data.next.cards.discarded %} {% include project_tablecard.html state = 'discarded' %} {% endfor %}
{% endif %}