{% load humanize i18n translations %}
{% translate "Owners" %} | {% translate "Projects" %} | {% translate "Plan" %} | {% translate "Hosted words" %} | {% if show_expiry %}{% translate "Trial expiry date" %} | {% endif %} {% if show_removal %}{% translate "Scheduled removal" %} | {% endif %}|
---|---|---|---|---|---|---|
{% for user in object.owners.all %} {{ user.profile.get_user_display_link }} {% empty %} {% translate "No users currently assigned!" %} {% endfor %} | {% for project in object.all_projects %} {{ project }} {% if project.web %}: {{ project.web }}{% endif %} {% empty %} {% translate "No projects currently assigned!" %} {% endfor %} | {% include "billing/state-snippet.html" %} | {{ object.hosted_words|intcomma }} | {% if show_expiry %}{{ object.expiry|naturaltime }} | {% endif %} {% if show_removal %}{{ object.removal|naturaltime }} | {% endif %}{% translate "View" %} |