main
.row
.col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
input#prefixFilter(v-model="curPrefix" :placeholder="st.tr['Prefix?']")
.variant.col-sm-12.col-md-5.col-lg-4(
v-for="(v,idx) in filteredVariants"
:class="{'col-md-offset-1': idx%2==0, 'col-lg-offset-2': idx%2==0}"
)
router-link(:to="getLink(v.name)")
h4.boxtitle.text-center {{ v.name }}
p.description.text-center {{ st.tr[v.desc] }}