?>
\addcontentsline{toc}{subsection}{\protect \hspace{2.3em} \textbf{<?php 
            cvtx_kuerzel($item);
            ?>
} \hfill \textbf{<?php 
            cvtx_antragsteller($item);
            ?>
} \\ <?php 
            cvtx_spd_aeantrag_titel($item);
            ?>
 \\ \textit{<?php 
            cvtx_spd_result($item);
            ?>
}}
\textbf{<?php 
            cvtx_kuerzel($item);
            ?>
}\\
\textbf{<?php 
            cvtx_antragsteller($item);
            ?>
}\\
\textbf{<?php 
            cvtx_spd_tex_recipient($item);
            ?>
}\\
\newline
\textbf{<?php 
            cvtx_spd_aeantrag_titel($item);
            ?>
}\\
\begin{flushright}
 \textbf{\large <?php 
cvtx_name($post);
?>
}\\
 <?php 
cvtx_beschreibung($post);
?>
\end{flushright}

\begin{tabularx}{\textwidth}{|lX|}
    \cline{1-2}
                                                            &                               \\
    \textbf{\LARGE <?php 
cvtx_kuerzel($post);
?>
}           &                               \\
                                                            &                               \\
    <?php 
cvtx_print_latex(__('Concerning', 'cvtx'));
?>
:   &   <?php 
cvtx_top($post);
?>
   \\
                                                            &                               \\
    \cline{1-2}
\end{tabularx}

\begin{floatingtable}[r]{
        cvtx_print_latex(__('Amendment', 'cvtx'));
        ?>
}}   &
    \multicolumn{1}{c|}{\textbf{<?php 
        cvtx_print_latex(__('Procedure', 'cvtx'));
        ?>
}}   \\
    \hline
    \hline
<?php 
        while ($loop->have_posts()) {
            $loop->the_post();
            $amendment = get_post(get_the_ID());
            ?>
    <?php 
            cvtx_kuerzel($amendment);
            ?>
                       &
    <?php 
            cvtx_antragsteller_kurz($amendment);
            ?>
            &
    <?php 
            cvtx_antragstext($amendment);
            ?>
                   &
    <?php 
            cvtx_amendment_procedure($amendment);
            if (cvtx_amendment_procedure_has_details($amendment)) {
                echo "\\vspace{2pt}\n";
                cvtx_amendment_procedure_details($amendment);