{% load i18n %} {% load humanize %} {% load translations %}
{% trans "Owners" %} | {% trans "Projects" %} | {% trans "Plan" %} | {% trans "Hosted words" %} | {% if show_expiry %}{% trans "Trial expiry date" %} | {% endif %} {% if show_removal %}{% trans "Scheduled removal" %} | {% endif %}|
---|---|---|---|---|---|---|
{% for user in object.owners.all %} {{ user.profile.get_user_display_link }} {% empty %} {% trans "No users currently assigned!" %} {% endfor %} | {% for project in object.all_projects %} {{ project }} {% empty %} {% trans "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 %}{% trans "View" %} |