My Contributions
| Campaign |
Actions |
{% for campaign in contributed_campaigns %}
|
{{ campaign.title }}
|
{{ campaign.action_count|intcomma }} |
{% endfor %}
| Time |
Action |
Item |
Page |
Current Status |
{% for campaign, project, item, asset in object_list %}
{% ifchanged campaign.title project.title %}
|
|
{% endifchanged %}
| {{ asset.last_interaction_time|naturaltime }} |
{{ asset.last_interaction_type.title }} |
{{ item.title }} |
{{ asset.sequence }} |
{{ asset.get_transcription_status_display }} |
{% endfor %}
{% include "fragments/standard-pagination.html" %}