{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "Pod Selector" %}

{% trans "Name" %}{{ object.name }}
{% trans "Alias" %}{{ object.name_alias|placeholder }}
{% trans "Pod Profile" %} {{ object.pod_profile }}
{% trans "Selector type" %}{{ object.get_selector_type_display }}
{% trans "Pod range" %} {% if object.selector_type == "all" %}ALL{% else %}{{ object.pod_block_from }}–{{ object.pod_block_to }}{% endif %}
{% trans "Pod Policy Group" %} {{ object.pod_policy_group }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}