{% load humanize i18n translations %} {% if show_expiry %} {% endif %} {% if show_removal %} {% endif %} {% for object in objects %} {% if show_expiry %}{% endif %} {% if show_removal %}{% endif %} {% endfor %}
{% translate "Owners" %} {% translate "Projects" %} {% translate "Plan" %} {% translate "Hosted words" %}{% translate "Trial expiry date" %}{% translate "Scheduled removal" %}
{% 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 }}{{ object.expiry|naturaltime }}{{ object.removal|naturaltime }} {% translate "View" %}