<br/>
                <?php 
    }
    ?>
                <input id="evento_avatar" class="text" name="evento_avatar" type="file" />
                <br/>
                <span class="info">
                    <?php 
    _e("largura máxima", "tnb");
    ?>
 - 528px
                </span>
            </div>
            
            <?php 
    if (can_create_oportunidade_paga()) {
        ?>
            <hr/>
            <h5 class="title"><?php 
        _e("Inscrição", "tnb");
        ?>
</h5>
            <div class="clear"></div>
            
            <div id='pagamento-enabled-div' class="clearfix">
                <label class='reset-label'>
                    <input type='checkbox' id='evento_inscricao_cobrada' <?php 
        if ($contrato_lock) {
            echo 'class="contrato_lock" ';
        }
        ?>
<?php

if (can_create_oportunidade_paga() && current_user_can('edit_post', $oportunidade_item->ID)) {
    global $oportunidade_item, $user;
    $pendentes = get_post_meta($oportunidade_item->ID, 'inscricao_pendente');
    $num_inscritos = count($pendentes);
    ?>
    <?php 
    if (count($pendentes)) {
        ?>
    <div class="signedup-artists clearfix">
        	
            <h2 class="title">
                <?php 
        _e("Inscrições Pendentes", "tnb");
        ?>
                <?php 
        if (current_user_can('select_artists') || current_user_can('select_other_artists')) {
            echo "({$num_inscritos})";
        }
        ?>
            </h2>
        
        <div class="clear"></div>         
                        
        
            <p>
                <a class="button" href="<?php 
        echo add_query_arg('exportar', 'inscricao_pendente');
        ?>
">Exportar planilha</a>