{% extends "modal/content.html" %} {% load humanize %} {% block modal_title %}

{% if object.alias %}{{ object.alias }} ({{ object.name|upper }}) {% else %}{{ object.name|upper }}{% endif %} | {{ object.contact_person }}

{% endblock %} {% block modal_subtitle %} Beamline User since {{ object.created|naturalday }} {% endblock %} {% block modal_body %}
Type:
{{ object.kind }}
Project Owner:
{{ object.first_name }} {{ object.last_name }}
{{ object.contact_person }}
{{ object.contact_email|default_if_none:"" }}
{{ object.contact_phone|default_if_none:"" }}
{% if object.email %}
{{ object.first_name }} {{ object.last_name }}
{{ object.email|default_if_none:"" }}
{% endif %}

{% include "lims/address.html" with user=object %}
{% endblock %}