This is Code for Maine's dashboard.
Activity
-
{% for update in updates %}
{% if forloop.counter <= 4 %}
-
{% else %} success">{% endif %}
{% if update.title %}{{update.title}}{% endif %}{% if update.summary%}{{update.summary}}{% endif %} {{update.project}}
{% if update.description %}{{update.description|markdown}}{% endif %} {% if update.message%}{{update.message}}{% endif %}
{% endif %}
{% endfor %}
Projects
{% for project in projects %} {% include "honey/_project_box.html" %} {% endfor %}Members
{% for worker in workers %}
{{ worker }}
{% endfor %}
Technologies
{% for tech in tecnologies %}{{tech}}
{% endfor %}