File: //home/arjun/projects/buyercall/buyercall/assets/components/agents/templates/one_agent.tpl
<td class="form-group">
<select class="agent-select form-control">
<option value="">Please select...</option>
</select>
</td>
<td class="form-group">
<select class="phone-select form-control">
<%= html.options([
['phone', __('Phone')],
['extension', __('Extension')],
['mobile', __('Mobile')],
['app', __('App')]
], contactUsing) %>
</select>
</td>
<% if (!hideRemoveButton) { %>
<td class="remove-button"><i class="material-icons remove-agent-button" role="button">highlight_off</i></td>
<% } %>