{% extends "base.html" %} {% load markdown_deux_tags %} {% load avatar_tags %} {% block header_title %}Brigade Directory{% endblock %} {% block header %}

Worker Positions


The folks who make this brigade work.

{% endblock header %} {% block content %}
{% for position in object_list %}

{{position.title}}{{ position.worker_set.all|pluralize }}

{{position.worker_set.all.0}}

{{position.description|markdown}}

{% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock %}