mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
display custom prices in events index
This commit is contained in:
parent
7bc19f540d
commit
60a8f60be8
@ -55,7 +55,7 @@
|
||||
<h3 class="m-n" ng-show="onSingleDay(event)">{{event.start_date | amDateFormat:'L'}}</h3>
|
||||
<h3 class="m-n" ng-hide="onSingleDay(event)">{{event.start_date | amDateFormat:'L'}} <span class="text-sm font-thin" translate> {{ 'to_date' }} </span> {{event.end_date | amDateFormat:'L'}}</h3>
|
||||
|
||||
<h6 class="m-n" ng-if="event.amount">{{ 'full_price_' | translate }} {{event.amount | currency}} <span ng-if="event.reduced_amount > 0">/ {{ 'reduced_rate_' | translate }} {{event.reduced_amount | currency}}</span></h6>
|
||||
<h6 class="m-n" ng-if="event.amount">{{ 'full_price_' | translate }} {{event.amount | currency}} <span ng-repeat="price in event.prices">/ {{ price.category.name }} {{price.amount | currency}}</span></h6>
|
||||
|
||||
<div>
|
||||
<span class="text-black-light text-xs" ng-if="event.event_themes[0]"><i class="fa fa-tags" aria-hidden="true"></i> {{event.event_themes[0].name}}</span>
|
||||
|
@ -224,7 +224,6 @@ en:
|
||||
beginning: "Beginning:"
|
||||
ending: "Ending:"
|
||||
opening_hours: "Opening hours:"
|
||||
reduced_rate*: "Reduced rate*:"
|
||||
tickets_still_availables: "Tickets still available:"
|
||||
sold_out: "Sold out."
|
||||
free_entry: "Free entry"
|
||||
|
@ -226,7 +226,6 @@ fr:
|
||||
beginning: "Début :"
|
||||
ending: "Fin :"
|
||||
opening_hours: "Horaires :"
|
||||
reduced_rate*: "Tarif réduit* :"
|
||||
tickets_still_availables: "Places encore disponibles :"
|
||||
sold_out: "Événement complet."
|
||||
free_entry: "Entrée libre"
|
||||
|
@ -44,7 +44,6 @@ en:
|
||||
title: "Title"
|
||||
total_: "TOTAL :"
|
||||
full_price_: "Full price:"
|
||||
reduced_rate: "Reduced rate"
|
||||
reduced_rate_: "Reduced rate:"
|
||||
rough_draft: "Rough draft"
|
||||
machines_and_materials: "Machines and materials"
|
||||
|
@ -44,7 +44,6 @@ fr:
|
||||
title: "Titre"
|
||||
total_: "TOTAL :"
|
||||
full_price_: "Plein tarif :"
|
||||
reduced_rate: "Tarif réduit"
|
||||
reduced_rate_: "Tarif réduit :"
|
||||
rough_draft: "Brouillon"
|
||||
machines_and_materials: "Machines et matériaux"
|
||||
|
Loading…
x
Reference in New Issue
Block a user