{% with domain.websites.0 as website %}
{% with website.contents.0 as content %}
{% trans "View DNS records" %}
{% endwith %}
{% endwith %}
{% comment "@slamora: orchestra doesn't have this information [won't fix] See issue #2" %}
{% trans "Expiration date" %}: {{ domain.expiration_date|date:"SHORT_DATE_FORMAT" }}
{% endcomment %}
{% trans "Mail" %}
{{ domain.addresses.count }} {% trans "mail addresses created" %}
{% trans "Mail list" %}
{% trans "Software as a Service" %}
{% trans "Nothing installed" %}
{% trans "Website" %}
{{ domain.websites.count }} {% trans "assigned website" %}
{% if domain.websites.first %}
{% else %}
{% endif %}