2016-03-25 00:16:27 +00:00
|
|
|
<div id="yield">
|
|
|
|
<div class="centerContent">
|
|
|
|
<div class="page-header">
|
2018-03-04 02:25:42 +00:00
|
|
|
<h2>{ t('.title') }</h2>
|
2016-03-25 00:16:27 +00:00
|
|
|
</div>
|
|
|
|
|
2018-03-04 02:25:42 +00:00
|
|
|
{ render 'form', application: @application }
|
2016-03-25 00:16:27 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-03-04 02:25:42 +00:00
|
|
|
{ render 'script' }
|