{{#if getCardCount -1 -1}}
{{/if}}
{{_
"declinecard"}}
{{_ "filter-cards.infoText"}} {{getCardCount -1 -1}}
{{#if gotLearningGoal}}
{{#if getCardCount 1 0}}
{{_ "learning-goal.level1"}}
{{getCardCount 1 0}}
{{> chooseFlashcardsButton category=1 item=0}}
{{/if}}
{{#if getCardCount 1 1}}
{{_ "learning-goal.level2"}}
{{getCardCount 1 1}}
{{> chooseFlashcardsButton category=1 item=1}}
{{/if}}
{{#if getCardCount 1 2}}
{{_ "learning-goal.level3"}}
{{getCardCount 1 2}}
{{> chooseFlashcardsButton category=1 item=2}}
{{/if}}
{{#if getCardCount 1 3}}
{{_ "learning-goal.level4"}}
{{getCardCount 1 3}}
{{> chooseFlashcardsButton category=1 item=3}}
{{/if}}
{{#if getCardCount 1 4}}
{{_ "learning-goal.level5"}}
{{getCardCount 1 4}}
{{> chooseFlashcardsButton category=1 item=4}}
{{/if}}
{{#if getCardCount 1 5}}
{{_ "learning-goal.level6"}}
{{getCardCount 1 5}}
{{> chooseFlashcardsButton category=1 item=5}}
{{/if}}
{{/if}}