mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
31 lines
605 B
HTML
31 lines
605 B
HTML
<div>
|
|
|
|
<section class="heading b-b">
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-md-1 hidden-xs">
|
|
<section class="heading-btn">
|
|
<a ng-click="cancel()"><i class="fa fa-long-arrow-left"></i></a>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-8 b-l">
|
|
<section class="heading-title">
|
|
<h1 translate>{{ 'members_import_result.import_results' }}</h1>
|
|
</section>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<div class="row no-gutter">
|
|
<div class="col-sm-12 col-md-12 b-r nopadding">
|
|
|
|
<span>{{import}}</span>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|