{{#if composeMode}}
{{input value=topicName class="string optional form-control" type="text" name="argument[topic_name]" id="argument_topic_name" data-autocomplete="/api/v1/argument_topics/autocomplete"}}
{{input value=value class="string optional form-control" type="text" name="argument[value]" id="argument_value"}}
{{#if argument}} {{else}} {{/if}}
{{else}} {{#if argument}} {{#if pro}} {{/if}} {{#if contra}} {{/if}} {{#if neutral}} {{/if}} {{argument.topic_name}}
by {{#if argument.user_slug}} {{#link-to 'user_brainstormings' argument.user_slug 1}}{{argument.user_name}}{{/link-to}} {{else}} {{t 'general.anonymous'}} {{/if}} {{argument.value}} {{t 'general.edit'}} | {{t 'general.remove'}} {{like-or-dislike targetType='Argument' targetId=argument.id positive=argument.positive likes=argument.likes_count dislikes=argument.dislikes_count}} {{else}} {{t 'arguments.new.title' }} {{/if}} {{/if}}