{% extends 'freelance_tracker/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
{% translate "You haven't linked a character yet. Use the button above to grant access." %}
{% elif not rows %}{% translate "None of your linked characters are participating in a freelance job." %}
{% else %}| {% translate "Character" %} | {% translate "Job" %} | {% translate "Career" %} | {% translate "Your State" %} | {% translate "Your Contribution" %} | {% translate "Expires" %} |
|---|---|---|---|---|---|
| {{ row.character_name }} | {{ row.job.name }} | {{ row.detail.details.career }} | {{ row.participation.state }} | {{ row.participation.contributed|intcomma }} | {{ row.detail.details.expires|naturaltime }} |