{% trans "Control how passbook exposes and interprets information." %}
{% if object_list %}
{% include 'partials/toolbar_search.html' %}
{% for type, name in types.items %}
{% endfor %}
{% include 'partials/pagination.html' %}
{% trans 'Name' %}
{% trans 'Type' %}
{% for property_mapping in object_list %}
{{ property_mapping.name }}
{{ property_mapping|verbose_name }}
{% endfor %}
{% include 'partials/pagination.html' %}
{% else %}
{% include 'partials/toolbar_search.html' %}
{% trans 'No Property Mappings.' %}
{% if request.GET.search != "" %}
{% trans "Your search query doesn't match any property mappings." %}
{% else %}
{% trans 'Currently no property mappings exist. Click the button below to create one.' %}
{% endif %}