|
|
|
|
|
|
|
|
<div class="clr"></div> |
|
|
<div class="clr"></div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="alert alert-danger" v-if="missingSubscriptions.length > 0"> |
|
|
|
|
|
|
|
|
<div class="alert alert-danger" v-if="missingSubscriptions && missingSubscriptions.length > 0"> |
|
|
{{ missingSubscriptions.length }} abonnement<template v-if="missingSubscriptions.length > 1">s</template> manquant<template v-if="missingSubscriptions.length > 1">s</template> : |
|
|
{{ missingSubscriptions.length }} abonnement<template v-if="missingSubscriptions.length > 1">s</template> manquant<template v-if="missingSubscriptions.length > 1">s</template> : |
|
|
<ul> |
|
|
<ul> |
|
|
<li v-for="subscription in missingSubscriptions">{{ subscription.username }}</li> |
|
|
<li v-for="subscription in missingSubscriptions">{{ subscription.username }}</li> |