{% 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 %}
{% for update in updates %} {% if forloop.counter <= 1 %}

Recent Activity

{% else %} success">{% endif %} {% if update.title %}{{update.title}}{% endif %}{% if update.summary%}{{update.summary}}{% endif %}
{% if update.summary %}{{ update.summary|truncatewords:"20" }}{% endif %} {% if update.description %}{{ update.description|truncatewords:"20" }}{% endif %}
Project page
{% endif %} {% endfor %}

Projects that need your help

{{ projects.count }}

View projects that need your help

Technologies in use

{{ technologies.count }}

View technologies

Commits in the past {{commit_days}} days

{{ commits.count }}

View technologies

Healthy projects

{{ projects.count }}

View projects

Topics being covered

{{ topics.count }}

View topics

Active Hackers

{{ workers.count }}

View workers
{% endblock %}