{%if answer.type!="other"%}
{%if action_type == 'edit' %}
{%if answer.type == 'image'%}
{{__("Image")}}
{{__("Video")}}
{%endif%} {%if answer.type == 'video'%} {{__("Image")}} {{__("Video")}} {%endif%} {%else%} Image Video {%endif%} |