{% extends "dashboard_base.html" %} {% load avatar_tags %} {% load markdown_deux_tags %} {% load static %} {% block header_title %}Brigade Directory{% endblock %} {% block extra_js %} {% endblock %} {% block content %}

Active projects

JSON {{object_list|length}} project{{object_list|length|pluralize}}

Welcome to Code for Maine's project tracker. Here you will be able to view, sort and sign up to work on a variety of projects. Besides the various technologies being used on a project, you can also view a few important things on this page:

  • Health of a project ()
  • Current status ()
  • Participants ()

{% for project in object_list %}

{{project.title}}

{{project.description|safe|truncatewords:"15"}}

{% endfor %}
{% endblock %}