Returns information about rental type.
<option {% if rental_type.selected %} selected="selected" {% endif %} value="{{ rental_type.id }}"> {{ rental_type.name }} ({{ rental_type.count }}) </option>
Available attributes: