My Postings
Post a role · Review submissions · Find your cast.
{% if not breakdowns %}
No postings yet. Post your first role above.
{% else %}
{% for b in breakdowns %}
{{ b.role_name }}
{{ b.project_name }}
{{ b.status }}
{{ b.category }} {{ b.role_type }} {% if b.age_range %}{{ b.age_range }}{% endif %} {% if b.union %}{{ b.union }}{% endif %} {% if b.deadline %}Deadline: {{ b.deadline }}{% endif %} {{ b.submission_count or 0 }} submission{{ 's' if (b.submission_count or 0) != 1 else '' }}
{% if b.status == 'open' %} {% else %} {% endif %}
{% endfor %}
{% endif %}