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